Change CI script to compile from build/Makefile

Helps some `make` versions properly use the `-j` option
This commit is contained in:
Jon Siwek 2020-06-02 10:55:43 -07:00
parent 1a60fb7c0d
commit e1f35c46f9
4 changed files with 7 additions and 2 deletions

View file

@ -4,4 +4,5 @@ set -e
set -x
./configure ${ZEEK_CI_CONFIGURE_FLAGS}
cd build
make -j ${ZEEK_CI_CPUS}