From 564b287404ec02f5174362ed41f84b44978a5abd Mon Sep 17 00:00:00 2001 From: Jiayu Liu Date: Wed, 12 Oct 2022 11:42:38 +0800 Subject: add ubuntu jammy in build infra (#2684) --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.travis.yml') 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)" -- cgit v1.2.1