Skip to content

Commit

Permalink
wip(): buildkite integration
Browse files Browse the repository at this point in the history
  • Loading branch information
0-Sacha committed Mar 14, 2024
1 parent a184ca8 commit e014ffe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
steps:
- label: ":bazel: Build"
commands:
- bazel build //main:hello-world
4 changes: 4 additions & 0 deletions .buildkite/template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: "Bazel Example"
steps:
- label: ":pipeline:"
command: "buildkite-agent pipeline upload"

0 comments on commit e014ffe

Please sign in to comment.