Skip to content

Commit

Permalink
Add CirrusCI to test FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Jul 1, 2021
1 parent 15ace29 commit a2e2129
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .cirrus.yml
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

0 comments on commit a2e2129

Please sign in to comment.