Skip to content

Commit 5af8dad

Browse files
committed
Cirrus CI: OK, install msys2 from Chocolatey.
I have no idea what the hell comes in the container by default, but sh appears to be from Git. We need something closr to a UN*X environment than that if we're going to use the build scripts on Windows.
1 parent 025faad commit 5af8dad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.cirrus.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,14 @@ windows_task:
7070
- choco install --no-progress -y winflexbison
7171
- win_flex --version
7272
- win_bison --version
73+
- choco install -y --no-progress msys2
7374
- choco install --no-progress -y curl
7475
- curl -O -s https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
7576
- 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32
7677
- curl -O -s https://npcap.com/dist/npcap-sdk-1.13.zip
7778
- 7z x .\npcap-sdk-1.13.zip -oc:\projects\libpcap\Win32\npcap-sdk
7879
- curl -o AirPcap_Devpack.zip -L -s "https://support.riverbed.com/bin/support/download?sid=l3vk3eu649usgu3rj60uncjqqu"
7980
- 7z x .\AirPcap_Devpack.zip -oc:\projects\libpcap\Win32
80-
- dir/a/s C:\sh.exe
81-
- sh -c "which sh`
82-
- sh -c "pacman -S bc"
8381
env:
8482
MAKE_BIN: msbuild
8583
MAKEFLAGS: '/m /nologo /m /nologo /p:Configuration=Release'

0 commit comments

Comments
 (0)