We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630451f commit 58fc0cbCopy full SHA for 58fc0cb
.github/workflows/build.yml
@@ -36,9 +36,10 @@ jobs:
36
arch: x86
37
packages: cmake
38
shell-name: alpine-x86.sh
39
+ volumes: ${PWD}:/trimal
40
- name: Build trimal for Linux x86
41
if: matrix.arch == 'x86' && matrix.cpu_instr == 'auto-selected'
- run: cmake . && make && file bin/trimal && file bin/readal &&
42
+ run: ls && cmake . && make && file bin/trimal && file bin/readal &&
43
./scripts/generate_trimmed_msas.sh && ./scripts/compare_trimmed_msas.sh
44
shell: alpine-x86.sh {0}
45
- name: Build trimal for Linux x86_64
0 commit comments