]> granicus.if.org Git - strace/blobdiff - .travis.yml
tprint_iov*: change address argument type from unsigned long to kernel_ureg_t
[strace] / .travis.yml
index a98f72084bb61ed07760d89d6285cbab39df006e..607937649c9541c5a031bf71329153ce9022f10b 100644 (file)
@@ -2,24 +2,44 @@ language: c
 
 dist: trusty
 
-script: ./travis-ci.sh
+before_install: ./travis-install.sh
+
+script: ./travis-build.sh
 
 sudo: required
 
-addons:
-  apt:
-    packages:
-    - gcc-multilib
-    - libacl1-dev
+git:
+  depth: 2147483647
 
 env:
   global:
-    - ENABLE_GCC_WERROR="--enable-gcc-Werror"
-    - SLEEP_A_BIT="sleep 0.1"
+    - SLEEP_A_BIT="sleep 0.2"
     - VERBOSE="1"
 
 matrix:
   include:
-    - env: TARGET=x86_64
-    - env: TARGET=x32
-    - env: TARGET=x86
+    - compiler: gcc
+      env:
+        - TARGET=x86_64
+    - compiler: gcc
+      env:
+        - TARGET=x32
+    - compiler: gcc
+      env:
+        - TARGET=x86
+    - compiler: clang-3.6
+      env:
+        - TARGET=x86_64
+    - compiler: musl-gcc
+      env:
+        - TARGET=x86_64
+    - compiler: clang-3.6
+      env:
+        - TARGET=x86
+    - compiler: musl-gcc
+      env:
+        - TARGET=x86
+    - compiler: gcc
+      env:
+        - TARGET=x86_64
+        - CHECK=coverage