mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
Add dreamchecker
This commit is contained in:
@@ -18,11 +18,13 @@ matrix:
|
|||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
install:
|
install:
|
||||||
- tools/travis/install_build_tools.sh
|
- tools/travis/install_build_tools.sh
|
||||||
|
- tools/travis/install_dreamchecker.sh
|
||||||
script:
|
script:
|
||||||
- tools/travis/check_filedirs.sh tgstation.dme
|
- tools/travis/check_filedirs.sh tgstation.dme
|
||||||
- tools/travis/build_tools.sh
|
- tools/travis/build_tools.sh
|
||||||
- tools/travis/build_tgui.sh
|
- tools/travis/build_tgui.sh
|
||||||
- tools/travis/lint_grep.sh
|
- tools/travis/lint_grep.sh
|
||||||
|
- ~/dreamchecker
|
||||||
|
|
||||||
- name: "Compile All Maps"
|
- name: "Compile All Maps"
|
||||||
addons:
|
addons:
|
||||||
|
|||||||
@@ -21,3 +21,6 @@ export NODE_VERSION=8
|
|||||||
|
|
||||||
# PHP version
|
# PHP version
|
||||||
export PHP_VERSION=5.6
|
export PHP_VERSION=5.6
|
||||||
|
|
||||||
|
# SpacemanDMM git tag
|
||||||
|
export SPACEMAN_DMM_VERSION=suite-1.0
|
||||||
|
|||||||
7
tools/travis/install_dreamchecker.sh
Executable file
7
tools/travis/install_dreamchecker.sh
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
source dependencies.sh
|
||||||
|
|
||||||
|
wget -O ~/dreamchecker "https://github.com/SpaceManiac/SpacemanDMM/releases/download/$SPACEMAN_DMM_VERSION/dreamchecker"
|
||||||
|
chmod +x ~/dreamchecker
|
||||||
Reference in New Issue
Block a user