summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-10-21 09:24:08 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2018-10-21 10:38:05 +0100
commitb244ea79fcd6495db8fbff123bd0ea128b3bbed4 (patch)
tree843e9a0125edc51491663a87d71172c9ba6f64e0
parentf195395ab1a84c20331fab94992348dbf21ec990 (diff)
downloadlibgit2-b244ea79fcd6495db8fbff123bd0ea128b3bbed4.tar.gz
ci: introduce nightly x86 linux builds
-rw-r--r--azure-pipelines/nightly.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/azure-pipelines/nightly.yml b/azure-pipelines/nightly.yml
index ab499a640..498260db5 100644
--- a/azure-pipelines/nightly.yml
+++ b/azure-pipelines/nightly.yml
@@ -2,6 +2,34 @@ resources:
- repo: self
jobs:
+- job: linux_x86_xenial_gcc_openssl
+ displayName: 'Linux (x86; Xenial; GCC; OpenSSL)'
+ pool:
+ vmImage: 'Ubuntu 16.04'
+ steps:
+ - template: docker.yml
+ parameters:
+ qemu: 'true'
+ imageName: 'libgit2/xenial-x86:test'
+ environmentVariables: |
+ CC=gcc
+ CMAKE_OPTIONS=-DUSE_HTTPS=OpenSSL
+ LEAK_CHECK=valgrind
+
+- job: linux_x86_xenial_clang_openssl
+ displayName: 'Linux (x86; Xenial; Clang; OpenSSL)'
+ pool:
+ vmImage: 'Ubuntu 16.04'
+ steps:
+ - template: docker.yml
+ parameters:
+ qemu: 'true'
+ imageName: 'libgit2/xenial-x86:test'
+ environmentVariables: |
+ CC=clang
+ CMAKE_OPTIONS=-DUSE_HTTPS=OpenSSL
+ LEAK_CHECK=valgrind
+
- job: linux_arm32_xenial_gcc_openssl
displayName: 'Linux (arm32; Xenial; GCC; OpenSSL)'
pool: