parent
336ac4cad5
commit
c75c4cfabc
5 changed files with 102 additions and 109 deletions
15
.forgejo/workflows/publish-artifact.yml
Normal file
15
.forgejo/workflows/publish-artifact.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: "git.lab0x13.site/scrow/bazel-java:0.5"
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue