speed up OD lint CI significantly (#25505)

This commit is contained in:
S34N
2024-05-17 09:48:09 +00:00
committed by GitHub
parent 843f3167dd
commit bec2043efe
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/bash
set -eo pipefail
dotnet OpenDream/bin/DMCompiler/DMCompiler.dll --suppress-unimplemented paradise.dme
dotnet DMCompiler_linux-x64/DMCompiler.dll --suppress-unimplemented paradise.dme
+2 -5
View File
@@ -1,8 +1,5 @@
#!/bin/bash
set -eo pipefail
git clone https://github.com/OpenDreamProject/OpenDream.git OpenDream
cd OpenDream
git submodule update --init --recursive
dotnet restore
dotnet build -c Release
wget https://github.com/OpenDreamProject/OpenDream/releases/download/latest/DMCompiler_linux-x64.tar.gz
tar -xf DMCompiler_linux-x64.tar.gz