mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
1.2 KiB
1.2 KiB
layout, title, author_profile, excerpt, header, permalink, sidebar
layout | title | author_profile | excerpt | header | permalink | sidebar | ||||
---|---|---|---|---|---|---|---|---|---|---|
single | Documentation | false | Travis Continous Integration framework |
|
/docs/travis/ |
|
{% include base_path %}
For continous testing of every commit we use the Travis CI framework.
The current status is
Branch | Status |
---|---|
Master | |
Develop |
Automated tests
Travis will test the compilation workflow for single and double precision version on the following compilers for each commit:
- clang 3.7.0 on Ubuntu 14.04
- clang 3.8.0 on Ubuntu 14.04
- gcc 5.4.1 on Ubuntu 14.04
- gcc 4.9.4 on Ubuntu 14.04
- clang LLVM 7.0 on OSX (x86_64-apple-darwin15.5.0)
Due to the limitations of the Travis virtual machines, the archictecture is limited to SSE4.
{% include paginator.html %}