Skip to content

Commit

Permalink
Azure CI: Disable IB
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zhogov authored Mar 16, 2022
1 parent c1fc602 commit 27b5722
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .ci/azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
maxParallel: 2

# About 150% of total time
timeoutInMinutes: 150
timeoutInMinutes: 180

pool:
name: WIN_VMSS_VENV_D8S_WU2
Expand Down Expand Up @@ -87,6 +87,7 @@ jobs:
call install_ib_console.bat
workingDirectory: $(WORK_DIR)
displayName: 'Install IncrediBuild'
enabled: false
- checkout: self
clean: true
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 27b5722

Please sign in to comment.