This commit is contained in:
parent
bd51eb4516
commit
92a73072eb
2 changed files with 7 additions and 3 deletions
|
|
@ -12,8 +12,9 @@ jobs:
|
|||
- uses: actions/checkout@v7
|
||||
- id: build
|
||||
run: |
|
||||
bazel shutdown
|
||||
env
|
||||
bazel build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
|
||||
--remote_upload_local_results \
|
||||
--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' \
|
||||
--define=maven_repo='https://repo.lab0x13.site/'
|
||||
--define=maven_repo='https://repo.lab0x13.site/' \
|
||||
--output_base=/tmp/bazel/$FORGEJO_RUN_ID
|
||||
5
.idea/workspace.xml
generated
5
.idea/workspace.xml
generated
|
|
@ -40,7 +40,10 @@
|
|||
</option>
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="6414223f-1761-4683-97f5-9dab59d6c44a" name="Changes" comment="ci/cd maybe??" />
|
||||
<list default="true" id="6414223f-1761-4683-97f5-9dab59d6c44a" name="Changes" comment="ci/cd maybe??">
|
||||
<change beforePath="$PROJECT_DIR$/.forgejo/workflows/publish-artifact.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.forgejo/workflows/publish-artifact.yml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue