summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJiayu Liu <Jimexist@users.noreply.github.com>2022-10-12 11:42:38 +0800
committerGitHub <noreply@github.com>2022-10-12 11:42:38 +0800
commit564b287404ec02f5174362ed41f84b44978a5abd (patch)
tree1e7bec2a8ac70aa49ad8f6fd33cc6ca8d46a2592 /.travis.yml
parent50c3eca33288b9e27d576dbd04ba6013029a1806 (diff)
downloadthrift-564b287404ec02f5174362ed41f84b44978a5abd.tar.gz
add ubuntu jammy in build infra (#2684)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a0aa37161..b771d70a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,6 +69,11 @@ jobs:
- JOB="Docker Build ubuntu-focal 20.04 LTS"
- DISTRO=ubuntu-focal
- TRAVIS_BUILD_STAGE=docker
+ - script: true
+ env:
+ - JOB="Docker Build ubuntu-jammy 22.04 LTS"
+ - DISTRO=ubuntu-jammy
+ - TRAVIS_BUILD_STAGE=docker
# ========================= stage: thrift =======================
# ------------------------- phase: cross ------------------------
@@ -113,6 +118,13 @@ jobs:
# ------------------------- phase: autotools --------------------
# TODO: Remove them once migrated to CMake
+ # TODO fix the missing python2 deps or get rid of python2
+ # - script: build/docker/run.sh
+ # env:
+ # - JOB="Autotools (Ubuntu Jammy)"
+ # - DISTRO=ubuntu-jammy
+ # - SCRIPT="autotools.sh"
+
- script: build/docker/run.sh
env:
- JOB="Autotools (Ubuntu Focal)"