diff --git a/.bazelci/clion.yml b/.bazelci/clion.yml index e1175d2579c..79006ea7ef9 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: ubuntu1804 + 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..8dfb9f5a1bc 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: ubuntu1804 + build_flags: + - --define=ij_product=intellij-oss-under-dev + build_targets: + - //ijwb/... + soft_fail: + - exit_status: 1