We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e07c1 commit d541bb2Copy full SHA for d541bb2
.cirrus.yml
@@ -84,7 +84,7 @@ windows_task:
84
- curl -o AirPcap_Devpack.zip -L -s "https://support.riverbed.com/bin/support/download?sid=l3vk3eu649usgu3rj60uncjqqu"
85
- 7z x .\AirPcap_Devpack.zip -oc:\projects\libpcap\Win32
86
script:
87
- - sh -c "echo $ORIGINAL_PATH; ./build_matrix.sh"
+ - sh -c "WINDOWS_PATH='%PATH%'"; export WINDOWS_PATH; env; ./build_matrix.sh"
88
89
coverity_task:
90
name: Coverity Scan
0 commit comments