Add Cirrus CI config

This commit is contained in:
Jon Siwek 2019-12-03 17:37:01 -08:00
parent 92c2074193
commit cd9fec7bdb
82 changed files with 692 additions and 149 deletions

7
ci/build.sh Executable file
View file

@ -0,0 +1,7 @@
#! /usr/bin/env bash
set -e
set -x
./configure ${ZEEK_CI_CONFIGURE_FLAGS}
make -j ${ZEEK_CI_CPUS}