Align loader to 32-bit boundary
[fw/stlink] / .travis.yml
index b175bb6702103787c7f7e391ea1150f37006c324..5164d36c57361ac771c36b2400fad4caee10afb2 100644 (file)
@@ -6,7 +6,19 @@ matrix:
   include:
     - os: osx
       compiler: clang
+      env: "BUILD_SYSTEM=cmake"
+    - os: osx
+      compiler: clang
+      env: "BUILD_SYSTEM=autotools"
+    - os: linux
+      compiler: gcc
+      env: "BUILD_SYSTEM=cmake"
+    - os: linux
+      compiler: clang
+      env: "BUILD_SYSTEM=cmake"
     - os: linux
       compiler: gcc
+      env: "BUILD_SYSTEM=autotools"
     - os: linux
       compiler: clang
+      env: "BUILD_SYSTEM=autotools"