mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
speed up OD lint CI significantly (#25505)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user