diff options
author | Guy Harris <gharris@sonic.net> | 2023-07-01 16:04:38 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2023-07-01 16:04:38 -0700 |
commit | 441a1c29fc03eb0622dafb62f8a846f99b174fe3 (patch) | |
tree | d10d3fe63492fbdd29c633f0a1ccd3848321bfaf | |
parent | bda2979b39131fe57687e942437e806c0846fcec (diff) |
Cirrus CI: do a bunch of directory listings on Windows.
Where are the programs we need hidden, and how do we get those locations
into $PATH?
-rw-r--r-- | .cirrus.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index a659bb2d..b2ba9c0f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -73,7 +73,9 @@ windows_task: MATRIX_CMAKE: yes MSYSTEM: MINGW64 install_script: - - sh -c "cat /etc/msystem" + - dir/s "C:\Program Files\Git" + - dir/s "C:\cmake.exe" + - dir/s "C:\cl.exe" - choco install --no-progress -y winflexbison - win_flex --version - win_bison --version @@ -85,6 +87,7 @@ windows_task: - curl -o AirPcap_Devpack.zip -L -s "https://support.riverbed.com/bin/support/download?sid=l3vk3eu649usgu3rj60uncjqqu" - 7z x .\AirPcap_Devpack.zip -oc:\projects\libpcap\Win32 script: + - sh -c "ls /cmd /mingw64/bin /usr/bin" - sh -lc "WINDOWS_PATH='%PATH%'; export WINDOWS_PATH; env; ./build_matrix.sh" coverity_task: |