mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Place build file in explicit location for benchmarking to work correctly
This commit is contained in:
parent
86a75c8ac8
commit
689a242836
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ else
|
||||||
cd build
|
cd build
|
||||||
make -j ${ZEEK_CI_CPUS} install
|
make -j ${ZEEK_CI_CPUS} install
|
||||||
cd ..
|
cd ..
|
||||||
tar -czf build.tgz ${CIRRUS_WORKING_DIR}/install
|
tar -czf ${CIRRUS_WORKING_DIR}/build.tgz ${CIRRUS_WORKING_DIR}/install
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue