This repository has been archived by the owner on Jun 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d8ede78
Showing
4,609 changed files
with
1,895,382 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# dmm map merger hook | ||
# needs additional setup, see tools/mapmerge/install.txt | ||
*.dmm merge=merge-dmm | ||
|
||
# dmi icon merger hook | ||
# needs additional setup, see tools/dmitool/merging.txt | ||
*.dmi merge=merge-dmi | ||
|
||
# force changelog merging to use union | ||
html/changelog.html merge=union | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
language: generic | ||
sudo: false | ||
|
||
env: | ||
global: | ||
- BYOND_MAJOR="510" | ||
- BYOND_MINOR="1346" | ||
- NODE_VERSION="4" | ||
- BUILD_TOOLS=false | ||
- DM_MAPFILE="" | ||
matrix: | ||
- BUILD_TOOLS=true | ||
- DM_MAPFILE="tgstation2" | ||
- DM_MAPFILE="metastation" | ||
- DM_MAPFILE="ministation" | ||
- DM_MAPFILE="dreamstation" | ||
- DM_MAPFILE="birdstation" | ||
- DM_MAPFILE="efficiencystation" | ||
- DM_MAPFILE="pubbystation" | ||
- DM_MAPFILE="templates" | ||
|
||
|
||
cache: | ||
directories: | ||
- tgui/node_modules | ||
- $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR} | ||
|
||
|
||
addons: | ||
apt: | ||
packages: | ||
- libc6-i386 | ||
- libgcc1:i386 | ||
- libstdc++6:i386 | ||
- python | ||
- python-pip | ||
|
||
install: | ||
- tools/travis/install_build_tools.sh | ||
|
||
before_script: | ||
- tools/travis/before_build_tools.sh | ||
- tools/travis/before_build_byond.sh | ||
|
||
script: | ||
- tools/travis/check_filedirs.sh tgstation.dme | ||
- tools/travis/build_tools.sh | ||
- tools/travis/build_byond.sh |
Oops, something went wrong.