-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use OpenDream release for linter (#5906)
# About the pull request Ports goonstation/goonstation#18127 # Explain why it's good for the game Should increase testing speed. Seems to reduce it from ~150s to ~20
- Loading branch information
1 parent
23f2ba1
commit 365e707
Showing
4 changed files
with
8 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.