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