diff options
author | Guy Harris <gharris@sonic.net> | 2023-07-01 14:17:25 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2023-07-01 14:17:25 -0700 |
commit | 83e07c112e7f524f48af10d786e91d0882f84cf7 (patch) | |
tree | 8fb902d58b0305973ce5862ee538515274b6bfe1 | |
parent | eea79c858145f79886a766369a53f701b639fb6b (diff) |
Cirrus CI: dump out $ORIGINAL_PATH before running build_matrix.sh.
It doesn't show up in env's output, but maybe, just maybe, please?,
it'll be available.
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 3316e033..c08fa69f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -73,8 +73,6 @@ windows_task: MATRIX_CMAKE: yes MSYSTEM: MINGW64 install_script: - - sh -c "cat /etc/profile" - - sh -c "cat .profile" - choco install --no-progress -y winflexbison - win_flex --version - win_bison --version @@ -86,7 +84,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 "./build_matrix.sh" + - sh -c "echo $ORIGINAL_PATH; ./build_matrix.sh" coverity_task: name: Coverity Scan |