Skip to content

Commit 9ef6b4e

Browse files
BUILD-1577 fix win build (#1141)
win task wait for linux build tasks to get a BUILD number (see cirrus-env) unset unwanted SONARSOURCE_QA that activates profiles and sets skip.its=false
1 parent 8fbf070 commit 9ef6b4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cirrus.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,16 @@ build_task:
7272
build_win_task:
7373
<<: *WINDOWS_VM_DEFINITION
7474
<<: *ONLY_SONARSOURCE_QA
75+
depends_on:
76+
- build
7577
maven_cache:
7678
#windows cache is buggy if using ${CIRRUS_WORKING_DIR}
7779
folder: ~/.m2/repository
7880
build_script:
7981
- git config --global core.autocrlf input
8082
- git submodule update --init
8183
- source cirrus-env CI
84+
- unset SONARSOURCE_QA
8285
- mvn.cmd package -DskipTypeshed=true
8386

8487
ws_scan_task:

0 commit comments

Comments
 (0)