Skip to content

Commit 7b2c2de

Browse files
committed
Cirrus CI: dump both the Windows and UN*X environments.
Just dump the full environment.
1 parent c4282d7 commit 7b2c2de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ windows_task:
8484
- curl -o AirPcap_Devpack.zip -L -s "https://support.riverbed.com/bin/support/download?sid=l3vk3eu649usgu3rj60uncjqqu"
8585
- 7z x .\AirPcap_Devpack.zip -oc:\projects\libpcap\Win32
8686
script:
87-
- set %PATH%
88-
- sh -c "echo $PATH"
87+
- set
88+
- sh -c "env"
8989
- sh -c "./build_matrix.sh"
9090

9191
coverity_task:

0 commit comments

Comments
 (0)