mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-11-01 02:37:48 +00:00
CI: don't run systemd integration test on mac
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -237,7 +237,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
./test/run_tests.sh ./libnDPI ./build/nDPId-test
|
./test/run_tests.sh ./libnDPI ./build/nDPId-test
|
||||||
- name: Daemon
|
- name: Daemon
|
||||||
if: endsWith(matrix.compiler, 'cc') || endsWith(matrix.compiler, 'clang')
|
if: startsWith(matrix.compiler, 'gcc') || endsWith(matrix.compiler, 'clang')
|
||||||
run: |
|
run: |
|
||||||
make -C ./build daemon VERBOSE=1
|
make -C ./build daemon VERBOSE=1
|
||||||
make -C ./build daemon VERBOSE=1
|
make -C ./build daemon VERBOSE=1
|
||||||
|
|||||||
Reference in New Issue
Block a user