]> granicus.if.org Git - icu/commitdiff
ICU-21278 Add Ubuntu 20.04 build bot to CI builds.
authorJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 16 Sep 2020 07:56:10 +0000 (00:56 -0700)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Wed, 30 Sep 2020 21:44:49 +0000 (14:44 -0700)
.ci-builds/.azure-pipelines.yml

index fed896b200b253e62bbb1c10547c4651a526e3b6..478f0a192a92e6762bec4eea90cddbd72d83cb05 100644 (file)
@@ -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