X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=.travis.yml;h=0fae3aaeb8aad22495c37b3cba2e2dcadf74c9f2;hb=refs%2Fheads%2Fupstream;hp=b175bb6702103787c7f7e391ea1150f37006c324;hpb=3cd9cbb88cf75b8c660fec8bcb02d245151711af;p=fw%2Fstlink diff --git a/.travis.yml b/.travis.yml index b175bb6..0fae3aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,33 @@ sudo: true language: c +addons: + apt: + sources: + - llvm-toolchain-precise-3.8 + - ubuntu-toolchain-r-test + packages: + - clang-3.8 + - g++-5 + - gcc-5 script: - ./.travis.sh matrix: include: - - os: osx - compiler: clang - os: linux compiler: gcc + env: "BUILD_SYSTEM=autotools" + - os: linux + compiler: clang + env: "BUILD_SYSTEM=autotools" - os: linux + compiler: gcc-5 + env: "BUILD_SYSTEM=cmake" + - os: linux + compiler: clang-3.8 + env: "BUILD_SYSTEM=cmake" + - os: osx + compiler: clang + env: "BUILD_SYSTEM=cmake" + - os: osx compiler: clang + env: "BUILD_SYSTEM=autotools"