summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-08-15 18:00:22 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-08-15 18:49:57 -0400
commit8ea666b244880185593195f45718d6e9dc703f22 (patch)
tree2c65ac6c77902b600d56ce431b3bfebf06010644 /.github
parentf25ca0e3a59a31539628a7b5b61967bbbbcb3f96 (diff)
downloadlibgit2-8ea666b244880185593195f45718d6e9dc703f22.tar.gz
ci: run centos7 and centos8 builds nightly
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nightly.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 811745c48..fc6108d4a 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -107,6 +107,18 @@ jobs:
SKIP_SSH_TESTS: true
SKIP_NEGOTIATE_TESTS: true
os: ubuntu-latest
+ - # CentOS 7
+ container:
+ name: centos7
+ env:
+ CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
+ os: ubuntu-latest
+ - # CentOS 8
+ container:
+ name: centos8
+ env:
+ CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
+ os: ubuntu-latest
- # macOS
os: macos-10.15
env: