2
0
Эх сурвалжийг харах

Travis: Move slower builds earlier to improve parallelization

Turo Lamminen 8 жил өмнө
parent
commit
59d1a1d819
1 өөрчлөгдсөн 9 нэмэгдсэн , 9 устгасан
  1. 9 9
      .travis.yml

+ 9 - 9
.travis.yml

@@ -33,15 +33,6 @@ env:
 
 matrix:
   include:
-    - os: linux
-      compiler: gcc
-      env: DISABLE_EXPORTERS=YES ENABLE_COVERALLS=ON
-    - os: linux
-      compiler: gcc
-      env: SHARED_BUILD=ON
-    - os: linux
-      compiler: gcc
-      env: ANALYZE=ON
     - os: linux
       compiler: clang
       env: ANALYZE=ON
@@ -54,6 +45,15 @@ matrix:
     - os: linux
       compiler: clang
       env: SHARED_BUILD=ON
+    - os: linux
+      compiler: gcc
+      env: ANALYZE=ON
+    - os: linux
+      compiler: gcc
+      env: DISABLE_EXPORTERS=YES ENABLE_COVERALLS=ON
+    - os: linux
+      compiler: gcc
+      env: SHARED_BUILD=ON
 
 install:
   - if [ $ANDROID ]; then wget -c http://dl.google.com/android/ndk/android-ndk-${PV}-${PLATF}.tar.bz2 && tar xf android-ndk-${PV}-${PLATF}.tar.bz2 ; fi