Roger Meier | a0836f6 | 2013-05-05 00:19:38 +0200 | [diff] [blame] | 1 | # |
| 2 | # Licensed to the Apache Software Foundation (ASF) under one |
| 3 | # or more contributor license agreements. See the NOTICE file |
| 4 | # distributed with this work for additional information |
| 5 | # regarding copyright ownership. The ASF licenses this file |
| 6 | # to you under the Apache License, Version 2.0 (the |
| 7 | # "License"); you may not use this file except in compliance |
| 8 | # with the License. You may obtain a copy of the License at |
| 9 | # |
| 10 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | # |
| 12 | # Unless required by applicable law or agreed to in writing, |
| 13 | # software distributed under the License is distributed on an |
| 14 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | # KIND, either express or implied. See the License for the |
| 16 | # specific language governing permissions and limitations |
| 17 | # under the License. |
| 18 | # |
| 19 | |
| 20 | # build Apache Thrift on Travis CI - https://travis-ci.org/ |
| 21 | |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 22 | # |
| 23 | # Docker Integration |
James E. King, III | cd5be7b | 2017-10-21 10:16:19 -0400 | [diff] [blame] | 24 | # see: build/docker/README.md |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 25 | # |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 26 | |
Henrique Mendonça | aba4b1f | 2015-06-26 20:56:18 +1000 | [diff] [blame] | 27 | sudo: required |
Nobuaki Sukegawa | d479e23 | 2016-02-28 11:28:19 +0900 | [diff] [blame] | 28 | dist: trusty |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 29 | language: cpp |
Henrique Mendonça | aba4b1f | 2015-06-26 20:56:18 +1000 | [diff] [blame] | 30 | |
Nobuaki Sukegawa | a6ab1f5 | 2015-11-28 15:04:39 +0900 | [diff] [blame] | 31 | services: |
| 32 | - docker |
Roger Meier | a0836f6 | 2013-05-05 00:19:38 +0200 | [diff] [blame] | 33 | |
Nobuaki Sukegawa | a6ab1f5 | 2015-11-28 15:04:39 +0900 | [diff] [blame] | 34 | install: |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 35 | - if [[ `uname` == "Linux" ]]; then build/docker/refresh.sh; fi |
Nobuaki Sukegawa | a10697a | 2014-12-21 19:43:22 +0900 | [diff] [blame] | 36 | |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 37 | stages: |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 38 | - docker # docker images |
| 39 | - thrift # thrift build jobs |
Roger Meier | 7ed94ef | 2015-04-26 16:55:35 +0200 | [diff] [blame] | 40 | |
henrique | ac8d8e2 | 2014-07-23 23:31:04 +0200 | [diff] [blame] | 41 | env: |
Roger Meier | 5effab6 | 2014-11-16 22:31:33 +0100 | [diff] [blame] | 42 | global: |
Nobuaki Sukegawa | 93fb7ea | 2016-09-04 17:00:11 +0900 | [diff] [blame] | 43 | - SCRIPT="cmake.sh" |
Nobuaki Sukegawa | a6ab1f5 | 2015-11-28 15:04:39 +0900 | [diff] [blame] | 44 | - BUILD_ARG="" |
James E. King III | d907cc9 | 2018-01-12 10:43:25 -0500 | [diff] [blame] | 45 | - BUILD_ENV="-e CC=gcc -e CXX=g++ -e THRIFT_CROSSTEST_CONCURRENCY=4" |
James E. King III | bf7f76b | 2018-02-28 17:11:05 -0500 | [diff] [blame] | 46 | - DISTRO=ubuntu-artful |
Nobuaki Sukegawa | c40018b | 2016-02-22 21:29:13 +0900 | [diff] [blame] | 47 | - BUILD_LIBS="CPP C_GLIB HASKELL JAVA PYTHON TESTING TUTORIALS" # only meaningful for CMake builds |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 48 | - TRAVIS_BUILD_STAGE=test |
James E. King, III | cd5be7b | 2017-10-21 10:16:19 -0400 | [diff] [blame] | 49 | # DOCKER_REPO (this works for all builds as a source for docker images - you can override for fork builds in your Travis settings) |
| 50 | - DOCKER_REPO="thrift/thrift-build" |
| 51 | # DOCKER_USER (provide in your Travis settings if you want to build and update docker images once, instead of on every job) |
| 52 | # DOCKER_PASS (same) |
henrique | c0a7d72 | 2014-07-26 13:11:12 +0200 | [diff] [blame] | 53 | |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 54 | jobs: |
| 55 | include: |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 56 | # ========================= stage: docker ========================= |
| 57 | - stage: docker |
| 58 | script: true |
| 59 | env: |
| 60 | - JOB="Docker Build ubuntu-trusty 14.04" |
| 61 | - DISTRO=ubuntu-trusty |
| 62 | - TRAVIS_BUILD_STAGE=docker |
| 63 | - script: true |
| 64 | env: |
| 65 | - JOB="Docker Build ubuntu-xenial 16.04" |
| 66 | - DISTRO=ubuntu-xenial |
| 67 | - TRAVIS_BUILD_STAGE=docker |
| 68 | - script: true |
| 69 | env: |
| 70 | - JOB="Docker Build ubuntu-artful 17.10" |
| 71 | - DISTRO=ubuntu-artful |
| 72 | - TRAVIS_BUILD_STAGE=docker |
Roger Meier | 41ad434 | 2015-03-24 22:30:40 +0100 | [diff] [blame] | 73 | |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 74 | # ========================= stage: thrift ======================= |
| 75 | # ------------------------- phase: cross ------------------------ |
| 76 | # apache/thrift official PR builds can exceed 50 minutes per job so combine all cross tests |
| 77 | - stage: thrift |
| 78 | script: build/docker/run.sh |
| 79 | if: repo = apache/thrift |
| 80 | env: |
| 81 | - JOB="Cross Language Tests" |
| 82 | - SCRIPT="cross-test.sh" |
Allen George | bc1344d | 2017-04-28 10:22:03 -0400 | [diff] [blame] | 83 | |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 84 | # fork based PR builds cannot exceed 50 minutes per job |
| 85 | - stage: thrift |
| 86 | script: build/docker/run.sh |
| 87 | if: repo != apache/thrift |
| 88 | env: |
| 89 | - JOB="Cross Language Tests (Binary Protocol)" |
| 90 | - SCRIPT="cross-test.sh" |
| 91 | - BUILD_ARG="-'(binary)'" |
James E. King, III | 65efdff | 2017-09-25 00:13:38 -0400 | [diff] [blame] | 92 | |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 93 | - stage: thrift |
| 94 | script: build/docker/run.sh |
| 95 | if: repo != apache/thrift |
| 96 | env: |
| 97 | - JOB="Cross Language Tests (Header, JSON Protocols)" |
| 98 | - SCRIPT="cross-test.sh" |
| 99 | - BUILD_ARG="-'(header|json)'" |
Nobuaki Sukegawa | e58ed1a | 2015-11-23 19:23:43 +0900 | [diff] [blame] | 100 | |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 101 | - stage: thrift |
| 102 | script: build/docker/run.sh |
| 103 | if: repo != apache/thrift |
| 104 | env: |
| 105 | - JOB="Cross Language Tests (Compact and Multiplexed Protocols)" |
| 106 | - SCRIPT="cross-test.sh" |
| 107 | - BUILD_ARG="-'(compact|multiplexed)'" |
Nobuaki Sukegawa | e58ed1a | 2015-11-23 19:23:43 +0900 | [diff] [blame] | 108 | |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 109 | # ------------------------- phase: sca -------------------------- |
| 110 | # QA jobs for code analytics and metrics |
| 111 | - stage: thrift |
| 112 | script: build/docker/run.sh |
| 113 | env: |
| 114 | - JOB="Static Code Analysis" |
| 115 | - SCRIPT="sca.sh" |
James E. King, III | 65efdff | 2017-09-25 00:13:38 -0400 | [diff] [blame] | 116 | |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 117 | # C and C++ undefined behavior. |
| 118 | # A binary crashes if undefined behavior occurs and produces a stack trace. |
| 119 | # python is disabled, see: THRIFT-4360 |
| 120 | - script: build/docker/run.sh |
| 121 | env: |
| 122 | - JOB="UBSan" |
| 123 | - SCRIPT="ubsan.sh" |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 124 | - BUILD_ARG="--without-python --without-py3" |
Roger Meier | 447294f | 2015-12-11 00:04:41 +0100 | [diff] [blame] | 125 | |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 126 | # ------------------------- phase: cmake ------------------------ |
| 127 | - script: build/docker/run.sh |
| 128 | env: |
James E. King III | bf7f76b | 2018-02-28 17:11:05 -0500 | [diff] [blame] | 129 | - JOB="CMake" |
Nobuaki Sukegawa | a10697a | 2014-12-21 19:43:22 +0900 | [diff] [blame] | 130 | |
James E. King, III | d7142b7 | 2017-09-01 13:00:36 -0700 | [diff] [blame] | 131 | # C++ specific options: compiler plug-in, threading model |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 132 | - script: build/docker/run.sh |
| 133 | env: |
| 134 | - JOB="C++98 (Boost Thread)" |
| 135 | - SCRIPT="cmake.sh" |
| 136 | - BUILD_LIBS="CPP TESTING TUTORIALS" |
| 137 | - BUILD_ARG="-DCMAKE_CXX_STANDARD=98 -DCMAKE_CXX_STANDARD_REQUIRED=ON -DCMAKE_CXX_EXTENSIONS=OFF --DWITH_BOOSTTHREADS=ON -DWITH_PYTHON=OFF -DWITH_C_GLIB=OFF -DWITH_JAVA=OFF -DWITH_HASKELL=OFF" |
James E. King III | d907cc9 | 2018-01-12 10:43:25 -0500 | [diff] [blame] | 138 | - BUILD_ENV="-e CC=clang -e CXX=clang++" |
James E. King, III | 65efdff | 2017-09-25 00:13:38 -0400 | [diff] [blame] | 139 | |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 140 | - script: build/docker/run.sh |
| 141 | env: |
| 142 | - JOB="C++ (Std Thread) and Plugin" |
| 143 | - SCRIPT="cmake.sh" |
| 144 | - BUILD_LIBS="CPP TESTING TUTORIALS" |
| 145 | - BUILD_ARG="-DWITH_PLUGIN=ON -DWITH_STDTHREADS=ON -DWITH_PYTHON=OFF -DWITH_C_GLIB=OFF -DWITH_JAVA=OFF -DWITH_HASKELL=OFF" |
| 146 | - BUILD_ENV="-e CC=clang -e CXX=clang++" |
Nobuaki Sukegawa | a6ab1f5 | 2015-11-28 15:04:39 +0900 | [diff] [blame] | 147 | |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 148 | # ------------------------- phase: autotools -------------------- |
| 149 | # TODO: Remove them once migrated to CMake |
| 150 | - script: build/docker/run.sh |
| 151 | env: |
| 152 | - JOB="Autotools (Ubuntu Artful)" |
| 153 | - DISTRO=ubuntu-artful |
| 154 | - SCRIPT="autotools.sh" |
Nobuaki Sukegawa | a6ab1f5 | 2015-11-28 15:04:39 +0900 | [diff] [blame] | 155 | |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 156 | - script: build/docker/run.sh |
| 157 | env: |
| 158 | - JOB="Autotools (Ubuntu Xenial)" |
| 159 | - DISTRO=ubuntu-xenial |
| 160 | - SCRIPT="autotools.sh" |
James E. King, III | 65efdff | 2017-09-25 00:13:38 -0400 | [diff] [blame] | 161 | |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 162 | - script: build/docker/run.sh |
| 163 | env: |
| 164 | - JOB="Autotools (Ubuntu Trusty)" |
| 165 | - DISTRO=ubuntu-trusty |
| 166 | - SCRIPT="autotools.sh" |
Nobuaki Sukegawa | a6ab1f5 | 2015-11-28 15:04:39 +0900 | [diff] [blame] | 167 | |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 168 | # ------------------------- phase: dist ------------------------- |
| 169 | - script: build/docker/run.sh |
| 170 | env: |
| 171 | - JOB="make dist" |
James E. King III | bf7f76b | 2018-02-28 17:11:05 -0500 | [diff] [blame] | 172 | - DISTRO=ubuntu-xenial |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 173 | - SCRIPT="make-dist.sh" |
Roger Meier | 447294f | 2015-12-11 00:04:41 +0100 | [diff] [blame] | 174 | |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 175 | - script: build/docker/run.sh |
| 176 | env: |
| 177 | - JOB="Debian Packages" |
James E. King III | bf7f76b | 2018-02-28 17:11:05 -0500 | [diff] [blame] | 178 | - DISTRO=ubuntu-xenial |
James E. King, III | 0ad20bd | 2017-09-30 15:44:16 -0700 | [diff] [blame] | 179 | - SCRIPT="dpkg.sh" |
James E. King III | d907cc9 | 2018-01-12 10:43:25 -0500 | [diff] [blame] | 180 | |
James E. King III | bf7f76b | 2018-02-28 17:11:05 -0500 | [diff] [blame] | 181 | ### ------------------------- phase: osx ------------------------- |
| 182 | # disabled due to the time delays it imposes on build jobs |
| 183 | # - os: osx |
| 184 | # osx_image: xcode9 |
| 185 | # script: build/docker/scripts/autotools.sh |
| 186 | |