Skip to content

Commit

Permalink
Fix FreeBSD on CirrusCI samtools issue
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Jul 1, 2021
1 parent a2e2129 commit 4f1996a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .cirrus.yml
Expand Up @@ -4,11 +4,9 @@ freebsd_instance:
task:
env:
CIRRUS_CLONE_SUBMODULES: true
install_script: pkg install -y cmake git
script: |
mkdir build
cd build
install_script: pkg install -y cmake git samtools
compile_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
test_script: ./util/regression/run_regression.sh ./build/src/mmseqs SCRATCH
2 changes: 1 addition & 1 deletion util/regression

0 comments on commit 4f1996a

Please sign in to comment.