diff --git a/buildbuddy.yaml b/buildbuddy.yaml index ce8b1f3a..fae09b40 100644 --- a/buildbuddy.yaml +++ b/buildbuddy.yaml @@ -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" diff --git a/vendor/github.com/ivucica/rules_libsdl12 b/vendor/github.com/ivucica/rules_libsdl12 index a0e9423e..db52429a 160000 --- a/vendor/github.com/ivucica/rules_libsdl12 +++ b/vendor/github.com/ivucica/rules_libsdl12 @@ -1 +1 @@ -Subproject commit a0e9423ea35481d83b35712d249d17b243f55600 +Subproject commit db52429aef28ae32822da0b529a019935a5b6275