mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
Get travis to test changelog generation
This commit is contained in:
@@ -13,6 +13,10 @@ env:
|
|||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install libc6:i386 libgcc1:i386 libstdc++6:i386 -qq
|
- sudo apt-get install libc6:i386 libgcc1:i386 libstdc++6:i386 -qq
|
||||||
|
- sudo apt-get install python -qq
|
||||||
|
- sudo apt-get install python-pip -qq
|
||||||
|
- sudo pip install PyYaml -q
|
||||||
|
- sudo pip install beautifulsoup4 -q
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- curl "http://www.byond.com/download/build/${BYOND_MAJOR}/${BYOND_MAJOR}.${BYOND_MINOR}_byond_linux.zip" -o byond.zip
|
- curl "http://www.byond.com/download/build/${BYOND_MAJOR}/${BYOND_MAJOR}.${BYOND_MINOR}_byond_linux.zip" -o byond.zip
|
||||||
@@ -23,3 +27,4 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- bash dm.sh -M${DM_MAPFILE} tgstation.dme
|
- bash dm.sh -M${DM_MAPFILE} tgstation.dme
|
||||||
|
- python tools/ss13_genchangelog.py html/changelog.html html/changelogs
|
||||||
|
|||||||
Reference in New Issue
Block a user