mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
7 lines
100 B
Bash
Executable file
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}
|