We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build.yml
git
1 parent c2e46dd commit 4b6752cCopy full SHA for 4b6752c
.github/workflows/build.yml
@@ -25,6 +25,8 @@ jobs:
25
26
steps:
27
- uses: actions/checkout@v3
28
+ with:
29
+ submodules: true
30
- name: Build trimal for Linux x86_64
31
if: matrix.arch == 'x86_64' && matrix.cpu_instr == 'non_SIMD'
32
run: cmake . -DDISABLE_SSE2=1 -DDISABLE_AVX2=1 && make && file bin/trimal && file bin/readal &&
@@ -67,4 +69,4 @@ jobs:
67
69
apt-get install -q -y cmake make g++ file
68
70
run: |
71
cmake . -DDISABLE_SSE2=1 -DDISABLE_AVX2=1 && make && file bin/trimal && file bin/readal &&
- ./scripts/generate_trimmed_msas.sh && ./scripts/compare_trimmed_msas.sh
72
+ ./scripts/generate_trimmed_msas.sh && ./scripts/compare_trimmed_msas.sh
0 commit comments