Merge tag '1.2.0' into debian
[fw/stlink] / .travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..5164d36
--- /dev/null
@@ -0,0 +1,24 @@
+sudo: true
+language: c
+script:
+  - ./.travis.sh
+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"