-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15ace29
commit a2e2129
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
freebsd_instance: | ||
image_family: freebsd-13-0 | ||
|
||
task: | ||
env: | ||
CIRRUS_CLONE_SUBMODULES: true | ||
install_script: pkg install -y cmake git | ||
script: | | ||
mkdir build | ||
cd build | ||
cmake -DCMAKE_BUILD_TYPE=Release -DHAVE_TESTS=1 -DENABLE_WERROR=1 -DHAVE_SSE4_1=1 .. | ||
make -j $(sysctl -n hw.ncpu) | ||
cd .. | ||
./util/regression/run_regression.sh ./build/src/mmseqs SCRATCH |