From b341b6634b3e88aee514cd68a1c18493562af1f9 Mon Sep 17 00:00:00 2001 From: Milot Mirdita Date: Fri, 3 Feb 2023 01:10:48 +0900 Subject: [PATCH] Try to fix windows CI --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)