Skip to content

Commit

Permalink
Remove Ubuntu 18 from appveyor.yml (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayoub5 authored Jan 3, 2024
1 parent 4dfdd42 commit dbf3b58
Showing 1 changed file with 18 additions and 31 deletions.
49 changes: 18 additions & 31 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

environment:
# This key is encrypted using secdev's appveyor private key,
# dissected only on master builds (not PRs) and is used during
Expand All @@ -15,37 +14,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: Ubuntu1804
install:
- sudo -E bash scripts/install-libpcap.sh
test_script:
- sudo -E bash scripts/test.sh --filter "TestCategory!=Tunneling"
- 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: 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 dbf3b58

Please sign in to comment.