zeek/ci/build.sh
2019-12-17 15:28:25 -08:00

7 lines
100 B
Bash
Executable file

#! /usr/bin/env bash
set -e
set -x
./configure ${ZEEK_CI_CONFIGURE_FLAGS}
make -j ${ZEEK_CI_CPUS}