Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into change_license_mit
Browse files Browse the repository at this point in the history
# Conflicts:
#	.appveyor.yml
  • Loading branch information
kayoub5 committed Jan 3, 2024
2 parents eeaf377 + dbf3b58 commit 005567d
Showing 1 changed file with 18 additions and 30 deletions.
48 changes: 18 additions & 30 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,25 @@ branches:

image:
- Visual Studio 2022
- Ubuntu1804
- macos

for:
-
matrix:
only:
- image: Visual Studio 2022
install:
- ps: .\scripts\install-windows.ps1
- ps: .\scripts\Install-npcap.ps1
- ps: .\scripts\install-winpkfilter.ps1
build_script:
- dotnet build -c Release
test_script:
- bash scripts/test.sh --filter "TestCategory!=RemotePcap&TestCategory!=WinDivert"
- matrix:
only:
- image: Visual Studio 2022
install:
- ps: .\scripts\install-windows.ps1
- ps: .\scripts\Install-npcap.ps1
- ps: .\scripts\install-winpkfilter.ps1
build_script:
- dotnet build -c Release
test_script:
- bash scripts/test.sh --filter "TestCategory!=RemotePcap&TestCategory!=WinDivert"

-
matrix:
only:
- image: Ubuntu1804
install:
- sudo -E bash scripts/install-libpcap.sh
test_script:
- sudo -E bash scripts/test.sh --filter "TestCategory!=Tunneling"

-
matrix:
only:
- image: macos
install:
- sudo -E bash scripts/install-libpcap.sh
test_script:
- sudo -E bash scripts/test.sh
- matrix:
only:
- image: macos
install:
- sudo -E bash scripts/install-libpcap.sh
test_script:
- sudo -E bash scripts/test.sh

0 comments on commit 005567d

Please sign in to comment.