Skip to content

Commit d0f7047

Browse files
authored
Add Foldseek to azure pipelines
1 parent 0c15e7a commit d0f7047

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

azure-pipelines.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ jobs:
6969
7070
make -j $(nproc --all)
7171
displayName: Build Spacedust
72+
- script: |
73+
wget -qO- https://mmseqs.com/foldseek/foldseek-linux-avx2.tar.gz
74+
tar xvzf foldseek-linux-avx2.tar.gz
75+
rm -f foldseek-linux-avx2.tar.gz
76+
mv -f foldseek/bin/foldseek build/src
77+
rm -rf foldseek
78+
displayName: Install Foldseek
7279
- script: |
7380
cd ${BUILD_SOURCESDIRECTORY}
7481
./util/run_regression.sh ./build/src/spacedust examples EVAL
@@ -140,6 +147,13 @@ jobs:
140147
cd ${BUILD_SOURCESDIRECTORY}
141148
./lib/mmseqs/util/build_osx.sh . build spacedust
142149
displayName: Build Spacedust
150+
- script: |
151+
wget -qO- https://mmseqs.com/foldseek/foldseek-osx-universal.tar.gz
152+
tar xvzf foldseek-osx-universal.tar.gz
153+
rm -f foldseek-osx-universal.tar.gz
154+
mv -f foldseek/bin/foldseek build
155+
rm -rf foldseek
156+
displayName: Install Foldseek
143157
- script: |
144158
cd ${BUILD_SOURCESDIRECTORY}
145159
./util/run_regression.sh ./build/spacedust examples EVAL

0 commit comments

Comments
 (0)