mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-01 00:19:42 +00:00
CI: update Windows runners (#2794)
* add CI on Windows 11 on ARM * workaround fow Windows build where the test script is stuck in parallel mode
This commit is contained in:
parent
f938212f0c
commit
9129aa8aac
3 changed files with 15 additions and 7 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -297,6 +297,8 @@ jobs:
|
|||
msys2 -c 'ldd ./example/ndpiReader.exe'
|
||||
- name: Tests
|
||||
run: |
|
||||
msys2 -c 'NDPI_FORCE_PARALLEL_UTESTS=1 NDPI_SKIP_PARALLEL_BAR=1 ./tests/do.sh'
|
||||
# Don't know why but lately the script in parallel mode is stuck...
|
||||
#msys2 -c 'NDPI_FORCE_PARALLEL_UTESTS=1 NDPI_SKIP_PARALLEL_BAR=1 ./tests/do.sh'
|
||||
msys2 -c './tests/do.sh'
|
||||
msys2 -c './tests/do-unit.sh'
|
||||
msys2 -c './tests/do-dga.sh'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue