mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add Cirrus CI config
This commit is contained in:
parent
92c2074193
commit
cd9fec7bdb
82 changed files with 692 additions and 149 deletions
8
ci/macos/prepare.sh
Executable file
8
ci/macos/prepare.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Preparing macOS environment"
|
||||
sysctl hw.model hw.machine hw.ncpu hw.physicalcpu hw.logicalcpu
|
||||
set -e
|
||||
set -x
|
||||
|
||||
brew install cmake swig openssl bison
|
Loading…
Add table
Add a link
Reference in a new issue