From 309852e3df247fbd28f7b9be0b06cfcf2e352521 Mon Sep 17 00:00:00 2001 From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Wed, 16 Sep 2020 00:56:10 -0700 Subject: [PATCH] ICU-21278 Add Ubuntu 20.04 build bot to CI builds. --- .ci-builds/.azure-pipelines.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.ci-builds/.azure-pipelines.yml b/.ci-builds/.azure-pipelines.yml index fed896b200b..478f0a192a9 100644 --- a/.ci-builds/.azure-pipelines.yml +++ b/.ci-builds/.azure-pipelines.yml @@ -96,6 +96,22 @@ jobs: CC: clang CXX: clang++ #------------------------------------------------------------------------- +- job: ICU4C_GCC_Ubuntu_2004 + displayName: 'C: Linux GCC (Ubuntu 20.04)' + timeoutInMinutes: 30 + pool: + vmImage: 'ubuntu-20.04' + steps: + - checkout: self + lfs: true + fetchDepth: 10 + - script: | + cd icu4c/source && ./runConfigureICU Linux && make -j2 check + displayName: 'Build and Test' + env: + CC: gcc + CXX: g++ +#------------------------------------------------------------------------- # VS 2019 Builds #------------------------------------------------------------------------- - job: ICU4C_MSVC_x64_Release_Distrelease -- 2.40.0