Place build file in explicit location for benchmarking to work correctly

This commit is contained in:
Tim Wojtulewicz 2020-06-16 16:24:52 -07:00
parent 86a75c8ac8
commit 689a242836

View file

@ -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