mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-11 12:41:11 +00:00
Blep (#4574)
This commit is contained in:
20
.github/workflows/ci_suite.yml
vendored
20
.github/workflows/ci_suite.yml
vendored
@@ -14,14 +14,14 @@ jobs:
|
|||||||
name: Run Linters
|
name: Run Linters
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Setup cache
|
- name: Setup cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: $HOME/SpacemanDMM
|
path: $HOME/SpacemanDMM
|
||||||
key: ${{ runner.os }}-spacemandmm
|
key: ${{ runner.os }}-spacemandmm
|
||||||
- name: Restore Yarn cache
|
- name: Restore Yarn cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: $HOME/tgui/.yarn/cache
|
path: $HOME/tgui/.yarn/cache
|
||||||
key: ${{ runner.os }}-yarn-${{ hashFiles('tgui/yarn.lock') }}
|
key: ${{ runner.os }}-yarn-${{ hashFiles('tgui/yarn.lock') }}
|
||||||
@@ -55,9 +55,9 @@ jobs:
|
|||||||
name: Compile Maps
|
name: Compile Maps
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Setup cache
|
- name: Setup cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: $HOME/BYOND
|
path: $HOME/BYOND
|
||||||
key: ${{ runner.os }}-byond
|
key: ${{ runner.os }}-byond
|
||||||
@@ -80,9 +80,9 @@ jobs:
|
|||||||
- 3306
|
- 3306
|
||||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Restore BYOND cache
|
- name: Restore BYOND cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: $HOME/BYOND
|
path: $HOME/BYOND
|
||||||
key: ${{ runner.os }}-byond
|
key: ${{ runner.os }}-byond
|
||||||
@@ -114,9 +114,9 @@ jobs:
|
|||||||
name: Windows Build
|
name: Windows Build
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Restore Yarn cache
|
- name: Restore Yarn cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: $HOME/tgui/.yarn/cache
|
path: $HOME/tgui/.yarn/cache
|
||||||
key: ${{ runner.os }}-yarn-${{ hashFiles('tgui/yarn.lock') }}
|
key: ${{ runner.os }}-yarn-${{ hashFiles('tgui/yarn.lock') }}
|
||||||
@@ -132,7 +132,7 @@ jobs:
|
|||||||
md deploy
|
md deploy
|
||||||
bash tools/deploy.sh ./deploy
|
bash tools/deploy.sh ./deploy
|
||||||
- name: Deploy artifact
|
- name: Deploy artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: deploy
|
name: deploy
|
||||||
path: deploy
|
path: deploy
|
||||||
|
|||||||
2
.github/workflows/update_tgs_dmapi.yml
vendored
2
.github/workflows/update_tgs_dmapi.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
name: Update the TGS DMAPI
|
name: Update the TGS DMAPI
|
||||||
steps:
|
steps:
|
||||||
- name: Clone
|
- name: Clone
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Branch
|
- name: Branch
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user