mirror of
https://github.com/znc/znc.git
synced 2026-06-10 16:55:08 +02:00
Add CI job for ZNC without SSL support
This commit is contained in:
@@ -21,6 +21,21 @@ jobs:
|
||||
name: codecov debug results ${{ github.job }}
|
||||
path: "/tmp/codecov.*.gz"
|
||||
|
||||
nossl:
|
||||
name: NoSSL
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: true
|
||||
- run: source .github/ubuntu_deps.sh
|
||||
- run: |
|
||||
export CFGFLAGS="--disable-openssl"
|
||||
source .github/build.sh
|
||||
- uses: codecov/codecov-action@v6
|
||||
with:
|
||||
name: ${{ github.job }}
|
||||
|
||||
tarball:
|
||||
name: Tarball
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
Reference in New Issue
Block a user