Skip to content

Commit

Permalink
Try to fix windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Feb 2, 2023
1 parent 4148e09 commit b341b66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,11 @@ jobs:
inputs:
targetPath: $(Build.SourcesDirectory)\mmseqs-win64.zip
artifactName: mmseqs-win64
# - script: |
# %BUILD_SOURCESDIRECTORY%\build\mmseqs\mmseqs.bat version
# displayName: Setup Busybox
- script: |
%BUILD_SOURCESDIRECTORY%\build\mmseqs\mmseqs.bat version
displayName: Setup Busybox
- script: |
%CYGWIN_ROOT%\bin\bash.exe -cl "${BUILD_SOURCESDIRECTORY}/util/regression/run_regression.sh $(cygpath ${BUILD_SOURCESDIRECTORY}/build/mmseqs/bin/mmseqs.exe) $(cygpath ${BUILD_SOURCESDIRECTORY}/regression)"
%CYGWIN_ROOT%\bin\bash.exe -cl "${BUILD_SOURCESDIRECTORY}/util/regression/run_regression.sh $(cygpath ${BUILD_SOURCESDIRECTORY}/build/build_sse41/src/mmseqs.exe) $(cygpath ${BUILD_SOURCESDIRECTORY}/regression)"
displayName: Run Regression Suite
condition: eq(variables['regression'], 1)
Expand Down

0 comments on commit b341b66

Please sign in to comment.