Update README
[fw/stlink] / .travis.yml
index b175bb6702103787c7f7e391ea1150f37006c324..0fae3aaeb8aad22495c37b3cba2e2dcadf74c9f2 100644 (file)
@@ -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"