diff --git a/azure-pipelines.yml b/azure-pipelines.yml index de42d0106..b61c724f8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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)