mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Adds hooks for debugger specific behaviour (#28958)
* Adds hooks for debugger specific behaviour * Update .github/workflows/ci.yml Signed-off-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> --------- Signed-off-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
@@ -86,12 +86,13 @@ jobs:
|
||||
with:
|
||||
path: $HOME/BYOND
|
||||
key: ${{ runner.os }}-byond
|
||||
# We test PARADISE_PRODUCTION_HARDWARE here because we dont in station_mapload_tests
|
||||
- name: Compile All Maps
|
||||
run: |
|
||||
tools/ci/install_byond.sh
|
||||
source $HOME/BYOND/byond/bin/byondsetup
|
||||
tools/ci/generate_maplist.sh
|
||||
DreamMaker -DMULTIINSTANCE -DCIMAP paradise.dme
|
||||
DreamMaker -DMULTIINSTANCE -DCIMAP -DPARADISE_PRODUCTION_HARDWARE paradise.dme
|
||||
|
||||
station_mapload_tests:
|
||||
name: Station Tests
|
||||
|
||||
Reference in New Issue
Block a user