mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Change CI script to compile from build/Makefile
Helps some `make` versions properly use the `-j` option
This commit is contained in:
parent
1a60fb7c0d
commit
e1f35c46f9
4 changed files with 7 additions and 2 deletions
|
@ -4,4 +4,5 @@ set -e
|
|||
set -x
|
||||
|
||||
./configure ${ZEEK_CI_CONFIGURE_FLAGS}
|
||||
cd build
|
||||
make -j ${ZEEK_CI_CPUS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue