Skip to content

Commit

Permalink
buildbuddy: Build the main binary as well. Run a test with //:util_test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivucica committed Mar 26, 2024
1 parent a48a2b1 commit 936fa30
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion buildbuddy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,15 @@ actions:
branches:
- "*"
bazel_commands:
- "test --config=remote //..." # <-- main modification for rules_libsdl12: --config=remote as a default for buildbuddy.yaml
- "test --config=remote //:util_test" # <-- main modification here: --config=remote as a default for buildbuddy.yaml; also currently testing even //:all is broken (because it tries to compile macclipboard.m), much less //...

- name: "Build main binary"
triggers:
push:
branches:
- "master" # <-- replace "main" with your main branch name
pull_request:
branches:
- "*"
bazel_commands:
- "build --config=remote :yatc"
2 changes: 1 addition & 1 deletion vendor/github.com/ivucica/rules_libsdl12
Submodule rules_libsdl12 updated 1 files
+18 −1 x11-helper.bzl

0 comments on commit 936fa30

Please sign in to comment.