Skip to content

Commit

Permalink
CI build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak committed Jun 20, 2024
1 parent 489a748 commit 5417474
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .bazelci/clion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 9 additions & 0 deletions .bazelci/intellij-ue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

9 changes: 9 additions & 0 deletions .bazelci/intellij.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5417474

Please sign in to comment.