-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from silencer-pl/cm_upstream
Cm upstream
- Loading branch information
Showing
1,019 changed files
with
97,289 additions
and
47,081 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,3 @@ | |
# Format is version: map | ||
# Example: | ||
# 500.1337: runtimestation | ||
|
||
515.1610: lv624 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
name: CI Suite | ||
permissions: write-all | ||
on: | ||
pull_request: | ||
branches: | ||
|
@@ -64,30 +63,16 @@ jobs: | |
|
||
odlint: | ||
name: Lint with OpenDream | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Get OpenDream Version | ||
run: | | ||
source dependencies.sh | ||
echo "OPENDREAM_VERSION=$OPENDREAM_VERSION" >> $GITHUB_ENV | ||
- name: Restore OpenDream cache | ||
uses: actions/cache@v3 | ||
id: cache-od | ||
- uses: actions/checkout@v4 | ||
- uses: robinraju/[email protected] | ||
with: | ||
path: ~/OpenDream | ||
key: ${{ runner.os }}-opendream-${{ env.OPENDREAM_VERSION }} | ||
- name: Download OpenDream | ||
if: steps.cache-od.outputs.cache-hit != 'true' | ||
run: | | ||
bash tools/ci/download_od.sh | ||
- name: Setup OpenDream | ||
if: steps.cache-od.outputs.cache-hit != 'true' | ||
run: | | ||
bash tools/ci/setup_od.sh | ||
- name: Run OpenDream | ||
run: | | ||
bash tools/ci/run_od.sh | ||
repository: "OpenDreamProject/OpenDream" | ||
tag: "latest" | ||
fileName: "DMCompiler_linux-x64.tar.gz" | ||
extract: true | ||
- run: ./DMCompiler_linux-x64/DMCompiler --suppress-unimplemented colonialmarines.dme | ||
|
||
compile_all_maps: | ||
if: "!contains(github.event.head_commit.message, '[ci skip]')" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
name: Generate documentation | ||
permissions: | ||
contents: write | ||
pull-requests: write | ||
on: | ||
push: | ||
branches: | ||
|
@@ -24,6 +21,7 @@ jobs: | |
run: | | ||
~/dmdoc | ||
touch dmdoc/.nojekyll | ||
echo docs.cm-ss13.com > dmdoc/CNAME | ||
- name: Deploy | ||
uses: JamesIves/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
version: 1 | ||
byond: "514.1588" | ||
byond: "515.1627" | ||
static_files: | ||
- name: config | ||
- name: data | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@echo off | ||
call "%~dp0\..\tools\build\build.bat" --wait-on-error tg-font %* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.