mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Travis changes.
Adds python libs needed to run the changelog script, ensuring only proper log entries are made.
This commit is contained in:
@@ -8,6 +8,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
|
||||||
@@ -22,3 +26,4 @@ script:
|
|||||||
- (! find nano/templates/ -type f -exec md5sum {} + | sort | uniq -D -w 32 | grep nano)
|
- (! find nano/templates/ -type f -exec md5sum {} + | sort | uniq -D -w 32 | grep nano)
|
||||||
- ( md5sum -c - <<< "0af969f671fba6cf9696c78cd175a14a *baystation12.int")
|
- ( md5sum -c - <<< "0af969f671fba6cf9696c78cd175a14a *baystation12.int")
|
||||||
- DreamMaker baystation12.dme
|
- DreamMaker baystation12.dme
|
||||||
|
- python tools/GenerateChangelog/ss13_genchangelog.py html/changelog.html html/changelogs
|
||||||
|
|||||||
Reference in New Issue
Block a user