1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 22:07:05 +01:00
Files
Grid/_pages/docs/travis.md
2018-03-15 17:01:59 +00:00

1.7 KiB

title, author_profile, excerpt, header, permalink, sidebar
title author_profile excerpt header permalink sidebar
Documentation false Travis Continous Integration framework
overlay_color
#5DADE2
/docs/travis/
nav
docs

{% include base_path %}

For continous testing of every commit we use the Travis CI framework.

The current status is

Branch Status
Master Build Status
Develop Build Status
Release 0.7.0 Build Status

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.1
  • Apple LLVM version 8.1.0 (clang-802.0.42) on OSX (x86_64-apple-darwin16.5.0)

Due to the limitations of the Travis virtual machines, the archictecture is limited to SSE4 and few tests.

May 2017: a new server using TeamCity is being setup for extensive testing of every commit.

{% include paginator.html %}