From 6a812a1dc6e83cce48044678aaef1653c9ee033d Mon Sep 17 00:00:00 2001 From: Tomasz Pasternak Date: Thu, 20 Jun 2024 20:59:26 +0200 Subject: [PATCH] chore: CI builds on Windows (#6494) --- .bazelci/clion.yml | 9 +++++++++ .bazelci/intellij-ue.yml | 9 +++++++++ .bazelci/intellij.yml | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/.bazelci/clion.yml b/.bazelci/clion.yml index e1175d2579c..bc9225f1d48 100644 --- a/.bazelci/clion.yml +++ b/.bazelci/clion.yml @@ -76,3 +76,12 @@ tasks: - //:clwb_tests soft_fail: - exit_status: 1 + CLion-OSS-under-dev: + name: CLion OSS Under Development + platform: windows + build_flags: + - --define=ij_product=clion-oss-under-dev + build_targets: + - //clwb/... + soft_fail: + - exit_status: 1 diff --git a/.bazelci/intellij-ue.yml b/.bazelci/intellij-ue.yml index 817dbbcd74d..47483899775 100644 --- a/.bazelci/intellij-ue.yml +++ b/.bazelci/intellij-ue.yml @@ -76,4 +76,13 @@ tasks: - //:ijwb_ue_tests soft_fail: - exit_status: 1 + IntelliJ-UE-OSS-under-dev-windows: + name: IntelliJ UE OSS Under Development + platform: windows + build_flags: + - --define=ij_product=intellij-ue-oss-under-dev + build_targets: + - //ijwb/... + soft_fail: + - exit_status: 1 diff --git a/.bazelci/intellij.yml b/.bazelci/intellij.yml index 722bafbd29e..aea17643fb6 100644 --- a/.bazelci/intellij.yml +++ b/.bazelci/intellij.yml @@ -76,4 +76,13 @@ tasks: - //:ijwb_ce_tests soft_fail: - exit_status: 1 + IntelliJ-CE-OSS-under-dev: + name: IntelliJ CE OSS Under Development + platform: windows + build_flags: + - --define=ij_product=intellij-oss-under-dev + build_targets: + - //ijwb/... + soft_fail: + - exit_status: 1