mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/ci-benchmark'
* origin/topic/timw/ci-benchmark: Review cleanup Add new CI task for running benchmarks on a remote host
This commit is contained in:
commit
ebac462895
6 changed files with 116 additions and 5 deletions
13
ci/build.sh
13
ci/build.sh
|
@ -3,6 +3,13 @@
|
|||
set -e
|
||||
set -x
|
||||
|
||||
./configure ${ZEEK_CI_CONFIGURE_FLAGS}
|
||||
cd build
|
||||
make -j ${ZEEK_CI_CPUS}
|
||||
if [ "${ZEEK_CI_CREATE_ARTIFACT}" != "1" ]; then
|
||||
./configure ${ZEEK_CI_CONFIGURE_FLAGS}
|
||||
cd build
|
||||
make -j ${ZEEK_CI_CPUS}
|
||||
else
|
||||
./configure ${ZEEK_CI_CONFIGURE_FLAGS} --prefix=${CIRRUS_WORKING_DIR}/install
|
||||
cd build
|
||||
make -j ${ZEEK_CI_CPUS} install
|
||||
tar -czf build.tgz ${CIRRUS_WORKING_DIR}/install
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue