mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-29 11:15:48 +00:00
Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d6e4a5798b | ||
|
|
6b39e0632a | ||
|
|
1a6ce2ef2d | ||
|
|
735013e39f | ||
|
|
0b3d02ddf9 |
@@ -30,3 +30,7 @@ common --java_language_version=17
|
||||
common --java_runtime_version=remotejdk_17
|
||||
common --tool_java_language_version=17
|
||||
common --tool_java_runtime_version=remotejdk_17
|
||||
|
||||
build --bes_results_url=https://app.buildbuddy.io/invocation/
|
||||
build --bes_backend=grpcs://remote.buildbuddy.io
|
||||
build --remote_header=x-buildbuddy-api-key=vxkxHhPAglBKl6yKhMy2
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
actions:
|
||||
- name: "Test all targets"
|
||||
container_image: "ubuntu-22.04"
|
||||
triggers:
|
||||
push:
|
||||
branches:
|
||||
- "main" # <-- replace "main" with your main branch name
|
||||
pull_request:
|
||||
branches:
|
||||
- "*"
|
||||
steps:
|
||||
- run: "bazel build //src/main/go/net/eagle0/client_download"
|
||||
storage:
|
||||
ttl_seconds: 86400 # 1 day
|
||||
disk:
|
||||
root_directory: "/tmp/buildbuddy"
|
||||
Reference in New Issue
Block a user