]> granicus.if.org Git - strace/blobdiff - .travis.yml
travis: add x86 musl
[strace] / .travis.yml
index 6a77b215a80a9a50b786e5b1e0c14e7d315d7559..0eba591dc6a481769ad49942495b244b6fd7c147 100644 (file)
@@ -2,38 +2,43 @@ language: c
 
 dist: trusty
 
-script: ./travis-ci.sh
+before_install: ./travis-install.sh
 
-sudo: required
+script: ./travis-build.sh
 
-compiler:
-  - gcc
-  - clang-3.6
-  - musl-gcc
+after_success: ./travis-success.sh
 
-addons:
-  apt:
-    packages:
-    - gcc-multilib
-    - lcov
+sudo: required
 
-install:
-  - pip install --user codecov
+git:
+  depth: 2147483647
 
 env:
   global:
     - SLEEP_A_BIT="sleep 0.2"
     - VERBOSE="1"
-  matrix:
-    - TARGET=x86_64
-    - TARGET=x32
-    - TARGET=x86
 
 matrix:
-  exclude:
+  include:
+    - compiler: gcc
+      env:
+        - TARGET=x86_64
+        - COVERAGE=true
+    - compiler: gcc
+      env:
+        - TARGET=x32
+    - compiler: gcc
+      env:
+        - TARGET=x86
     - compiler: clang-3.6
-      env: TARGET=x32
+      env:
+        - TARGET=x86_64
     - compiler: musl-gcc
-      env: TARGET=x32
+      env:
+        - TARGET=x86_64
+    - compiler: clang-3.6
+      env:
+        - TARGET=x86
     - compiler: musl-gcc
-      env: TARGET=x86
+      env:
+        - TARGET=x86