Skip to content

Commit

Permalink
Tue Jul 23 06:00:34 UTC 2024: create/update new build workflow(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
teacon-bot[bot] committed Jul 23, 2024
1 parent 4669e93 commit 84b8ae3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/mod-team-everyxhotpot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
name: 'Build EveryXHotpot一起火锅'
environment: Build
runs-on: ubuntu-22.04
env:
BILUOCHUN_URL: https://biluochun.teacon.cn
TEAM_ID: 'everyxhotpot'
TEAM_SEQ: '335'
steps:
- name: Checkout Build Environment
uses: actions/checkout@v4
Expand Down Expand Up @@ -53,8 +57,6 @@ jobs:
id: building
shell: bash
env:
BILUOCHUN_URL: https://biluochun.teacon.cn
TEAM_ID: 335
GRADLE_WRAPPER_CHECK: ${{ steps.gradle_wrapper_check.outcome == 'success' }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: cd build && ./build.sh
Expand All @@ -66,8 +68,6 @@ jobs:
- name: Mod Description File Validation
id: description
shell: bash
env:
TEAM_ID: everyxhotpot
run: ./build/mods_toml.py
- name: Prepare for Dedicated Server Launching Test
id: dedicated_server_launching_setup
Expand All @@ -83,10 +83,7 @@ jobs:
id: publication
shell: bash
env:
BILUOCHUN_URL: https://biluochun.teacon.cn
CONTEST_ID: JC
TEAM_ID: 'everyxhotpot'
TEAM_SEQ: '335'
BILUOCHUN_TOKEN: ${{ secrets.BILUOCHUN_TOKEN }}
S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
AWS_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY }}
Expand All @@ -99,9 +96,6 @@ jobs:
if: failure()
shell: bash
env:
BILUOCHUN_URL: https://biluochun.teacon.cn
BILUOCHUN_TOKEN: ${{ secrets.BILUOCHUN_TOKEN }}
TEAM_ID: 'everyxhotpot'
TEAM_SEQ: '335'
run: cd build && ./failure-callback.sh
# Change this counter to trigger all mod rebuild
14 changes: 4 additions & 10 deletions .github/workflows/mod-team-farm-away.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
name: 'Build Farm Away'
environment: Build
runs-on: ubuntu-22.04
env:
BILUOCHUN_URL: https://biluochun.teacon.cn
TEAM_ID: 'farm-away'
TEAM_SEQ: '328'
steps:
- name: Checkout Build Environment
uses: actions/checkout@v4
Expand Down Expand Up @@ -53,8 +57,6 @@ jobs:
id: building
shell: bash
env:
BILUOCHUN_URL: https://biluochun.teacon.cn
TEAM_ID: 328
GRADLE_WRAPPER_CHECK: ${{ steps.gradle_wrapper_check.outcome == 'success' }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: cd build && ./build.sh
Expand All @@ -66,8 +68,6 @@ jobs:
- name: Mod Description File Validation
id: description
shell: bash
env:
TEAM_ID: farm-away
run: ./build/mods_toml.py
- name: Prepare for Dedicated Server Launching Test
id: dedicated_server_launching_setup
Expand All @@ -83,10 +83,7 @@ jobs:
id: publication
shell: bash
env:
BILUOCHUN_URL: https://biluochun.teacon.cn
CONTEST_ID: JC
TEAM_ID: 'farm-away'
TEAM_SEQ: '328'
BILUOCHUN_TOKEN: ${{ secrets.BILUOCHUN_TOKEN }}
S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
AWS_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY }}
Expand All @@ -99,9 +96,6 @@ jobs:
if: failure()
shell: bash
env:
BILUOCHUN_URL: https://biluochun.teacon.cn
BILUOCHUN_TOKEN: ${{ secrets.BILUOCHUN_TOKEN }}
TEAM_ID: 'farm-away'
TEAM_SEQ: '328'
run: cd build && ./failure-callback.sh
# Change this counter to trigger all mod rebuild

0 comments on commit 84b8ae3

Please sign in to comment.