Azure CI: Disable IB

This commit is contained in:
Alexander Zhogov 2022-03-16 08:57:45 +03:00 committed by GitHub
parent 50adb2240c
commit 06f55bd8e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ jobs:
maxParallel: 2
# About 150% of total time
timeoutInMinutes: 150
timeoutInMinutes: 180
pool:
name: WIN_VMSS_VENV_D8S_WU2
@ -87,6 +87,7 @@ jobs:
call install_ib_console.bat
workingDirectory: $(WORK_DIR)
displayName: 'Install IncrediBuild'
enabled: false
- checkout: self
clean: true
@ -142,9 +143,9 @@ jobs:
- script: |
set PATH=$(WORK_DIR)\ninja-win;%PATH%
call "$(MSVS_VARS_PATH)" && "C:\Program Files (x86)\IncrediBuild\BuildConsole.exe" /COMMAND="$(CMAKE_CMD) --build . --config Release"
call "$(MSVS_VARS_PATH)" && $(CMAKE_CMD) --build . --config Release
workingDirectory: $(BUILD_DIR)
displayName: 'Build Win - IB'
displayName: 'Build Win'
- script: dir $(REPO_DIR)\bin\ /s
displayName: 'List bin files'