-touch usan_log_empty# Creates an empty file, this is to avoid "grep: usan_log_*: No such file or directory" in case no USAN failures are reported from pytest
-if [ $exit_code -eq 1 ] && [ $zero_errors == 1 ]; then echo "pytest run had failures, but no errors and non-BE flag present"; exit $EXIT_CODE_NON_BE; fi
@@ -1171,7 +1198,7 @@ test-be-to-release:
script:
-echo "$CI_COMMIT_BRANCH"
-MSBuild.exe .\Workspace_msvc\Workspace_msvc.sln /property:Configuration=Debug /p:Platform=win32 /m | tee -variable winoutdata
-MSBuild.exe -maxcpucount .\Workspace_msvc\Workspace_msvc.sln /property:Configuration=Debug /p:Platform=win32 /m | tee -variable winoutdata
# path to release candidate refs defined in config.toml
@@ -1213,6 +1240,8 @@ test-long-self-test:
### switch to main
-git checkout main
-git pull origin main
-echo "Building reference codec at commit $(git rev-parse HEAD)"