diff options
author | Jack Lloyd <[email protected]> | 2020-10-29 09:39:15 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-10-29 09:39:15 -0400 |
commit | 7548907ef67b89c66873d78d054b213f158d0690 (patch) | |
tree | e297777ddb4e210e24ef4902a5be9c9a3821aec0 | |
parent | 0feb5d8247f0f13f07e7569664a318f83ef94198 (diff) |
Shuffle Travis build order
-rw-r--r-- | src/scripts/ci/travis.yml | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml index 15797d30b..eb780f4d8 100644 --- a/src/scripts/ci/travis.yml +++ b/src/scripts/ci/travis.yml @@ -5,11 +5,6 @@ compiler: gcc jobs: include: - - name: Linux x86_64 (Clang) - compiler: clang - env: - - TARGET="shared" - - name: Coverage (GCC) env: - TARGET="coverage" @@ -31,13 +26,23 @@ jobs: env: - TARGET="shared" + - name: Linux ppc64le (GCC) + arch: ppc64le + env: + - TARGET="shared" + - name: Linux arm64 (GCC) arch: arm64 env: - TARGET="shared" - - name: Linux ppc64le (GCC) - arch: ppc64le + - name: Linux arm32 cross (GCC) + arch: arm64 + env: + - TARGET="cross-arm32" + + - name: Linux x86_64 (Clang) + compiler: clang env: - TARGET="shared" @@ -46,10 +51,17 @@ jobs: env: - TARGET="cross-ppc32" - - name: Linux arm32 cross (GCC) - arch: arm64 + - name: macOS x86_64 (XCode Clang) + os: osx + compiler: clang env: - - TARGET="cross-arm32" + - TARGET="shared" + + - name: iOS arm64 (XCode Clang) + os: osx + compiler: clang + env: + - TARGET="cross-arm64" - name: Android arm32 cross (NDK Clang) compiler: clang @@ -71,18 +83,6 @@ jobs: env: - TARGET="cross-i386" - - name: macOS x86_64 (XCode Clang) - os: osx - compiler: clang - env: - - TARGET="shared" - - - name: iOS arm64 (XCode Clang) - os: osx - compiler: clang - env: - - TARGET="cross-arm64" - - name: Linux GCC 4.8 dist: bionic env: |