summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2018-06-27 21:08:08 +0000
committerJames E. King III <jking@apache.org>2018-06-27 21:08:08 +0000
commit129f332d72facda5d06f87e2b4e5e08bea0b6b44 (patch)
treef41575bb095270e08361f66ca10040b055672c41 /.travis.yml
parenta3a5909d1f61268e4d57c655eae2ee7784f11b65 (diff)
downloadthrift-129f332d72facda5d06f87e2b4e5e08bea0b6b44.tar.gz
move autotools builds in front of cmake builds in Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml26
1 files changed, 13 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
index 0559ec344..e09b8a4a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -118,6 +118,19 @@ jobs:
- SCRIPT="ubsan.sh"
- BUILD_ARG="--without-python --without-py3"
+ # ------------------------- phase: autotools --------------------
+ # TODO: Remove them once migrated to CMake
+ - script: build/docker/run.sh
+ env:
+ - JOB="Autotools (Ubuntu Bionic)"
+ - SCRIPT="autotools.sh"
+
+ - script: build/docker/run.sh
+ env:
+ - JOB="Autotools (Ubuntu Xenial)"
+ - DISTRO=ubuntu-xenial
+ - SCRIPT="autotools.sh"
+
# ------------------------- phase: cmake ------------------------
- script: build/docker/run.sh
env:
@@ -140,19 +153,6 @@ jobs:
- BUILD_ARG="-DWITH_PLUGIN=ON -DWITH_STDTHREADS=ON -DWITH_PYTHON=OFF -DWITH_C_GLIB=OFF -DWITH_JAVA=OFF -DWITH_HASKELL=OFF"
- BUILD_ENV="-e CC=clang -e CXX=clang++"
- # ------------------------- phase: autotools --------------------
- # TODO: Remove them once migrated to CMake
- - script: build/docker/run.sh
- env:
- - JOB="Autotools (Ubuntu Bionic)"
- - SCRIPT="autotools.sh"
-
- - script: build/docker/run.sh
- env:
- - JOB="Autotools (Ubuntu Xenial)"
- - DISTRO=ubuntu-xenial
- - SCRIPT="autotools.sh"
-
# ------------------------- phase: dist -------------------------
- script: build/docker/run.sh
env: