From 936fa30cb498f4bd1205d36589497c9a1d9c7255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Vu=C4=8Dica?= Date: Tue, 26 Mar 2024 00:50:21 +0000 Subject: [PATCH] buildbuddy: Build the main binary as well. Run a test with //:util_test. --- buildbuddy.yaml | 13 ++++++++++++- vendor/github.com/ivucica/rules_libsdl12 | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) 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