mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
8 lines
109 B
Bash
Executable file
8 lines
109 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
./configure ${ZEEK_CI_CONFIGURE_FLAGS}
|
|
cd build
|
|
make -j ${ZEEK_CI_CPUS}
|