This commit is contained in:
parent
c75c4cfabc
commit
4060235a75
2 changed files with 9 additions and 9 deletions
|
|
@ -1,15 +1,17 @@
|
|||
name: "Build and Deploy artifact"
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [master,main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: "git.lab0x13.site/scrow/bazel-java:0.5"
|
||||
image: "git.lab0x13.site/scrow/bazel-java:0.6"
|
||||
steps:
|
||||
- uses: actions/checkout@v7
|
||||
- id: build
|
||||
run: |
|
||||
bazel build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
|
||||
--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' --remote_upload_local_results
|
||||
--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' \
|
||||
--remote_upload_local_results
|
||||
Loading…
Add table
Add a link
Reference in a new issue