Skip to content

Commit 8ea666b

Browse files
committed
ci: run centos7 and centos8 builds nightly
1 parent f25ca0e commit 8ea666b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,18 @@ jobs:
107107
SKIP_SSH_TESTS: true
108108
SKIP_NEGOTIATE_TESTS: true
109109
os: ubuntu-latest
110+
- # CentOS 7
111+
container:
112+
name: centos7
113+
env:
114+
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
115+
os: ubuntu-latest
116+
- # CentOS 8
117+
container:
118+
name: centos8
119+
env:
120+
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
121+
os: ubuntu-latest
110122
- # macOS
111123
os: macos-10.15
112124
env:

0 commit comments

Comments
 (0)