File tree 6 files changed +0
-69
lines changed
6 files changed +0
-69
lines changed Original file line number Diff line number Diff line change 34
34
image : ubuntu-2004:202201-02
35
35
steps :
36
36
- checkout
37
- - run : sudo -E bash scripts/install-dotnet.sh --install-dir /usr/local/bin
38
37
- run : sudo -E bash scripts/install-tap.sh
39
38
# Download and compile latest libpcap
40
39
- when :
58
57
resource_class : arm.medium
59
58
steps :
60
59
- checkout
61
- - run : sudo -E bash scripts/install-dotnet.sh --install-dir /usr/local/bin
62
60
- run : sudo -E bash scripts/install-tap.sh
63
61
- run : sudo apt-get install libpcap0.8
64
62
- run : sudo -E bash scripts/test.sh
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- uses : actions/checkout@v4
19
- - name : Setup .NET Core
20
- uses : actions/setup-dotnet@v4
21
- with :
22
- dotnet-version : 6.0.x
23
- - name : Install .net dependencies
24
- run : dotnet restore
25
19
- name : Install libpcap
26
20
run : sudo -E bash scripts/install-libpcap.sh
27
21
- name : Install tap
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 31
31
pool :
32
32
vmImage : macOS-12
33
33
steps :
34
- - script : sudo -E bash scripts/install-dotnet.sh
35
34
- script : sudo -E bash scripts/install-libpcap.sh
36
35
- script : sudo sysctl -w net.inet.udp.maxdgram=65535
37
36
- script : sudo -E bash scripts/test.sh
48
47
env :
49
48
npcap_oem_key : $(npcap_oem_key)
50
49
- pwsh : .\scripts\install-winpkfilter.ps1
51
- - script : dotnet restore -s https://api.nuget.org/v3/index.json
52
50
# NOTE: Remove filter when npcap has rpcapd support
53
51
- script : bash scripts/test.sh --filter "TestCategory!=RemotePcap" -r win-x86
54
52
env :
63
61
env :
64
62
npcap_oem_key : $(npcap_oem_key)
65
63
- pwsh : .\scripts\install-winpkfilter.ps1
66
- - script : dotnet restore -s https://api.nuget.org/v3/index.json
67
64
# NOTE: Remove filter when npcap has rpcapd support
68
65
- script : bash scripts/test.sh --filter "TestCategory!=RemotePcap"
69
66
env :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
# Copyright 2022 Ayoub Kaanich <[email protected] >
3
3
# SPDX-License-Identifier: MIT
4
4
5
- choco install - y dotnet- sdk -- version= 6.0 .300
6
5
choco install - y tapwindows
7
6
choco install - y procdump
You can’t perform that action at this time.
0 commit comments