Files
Paradise/tools/ci/setup_od.sh
T
AffectedArc07andGitHub 8d7e066471 Adds OpenDream as a CI lint (#21099)
* Initial Commit

* Makes the CI work (maybe)

* Of course CI has a hissy fit

* Actually fixes the codebase

* Oops 1

* Tweaks

* oops
2023-07-18 20:50:31 -05:00

9 lines
192 B
Bash
Executable File

#!/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