mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
Use phpenv for the php build in travis instead of a PPA
This commit is contained in:
committed by
CitadelStationBot
parent
630b332848
commit
23af6f7f52
@@ -21,15 +21,12 @@ cache:
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- sourceline: 'ppa:ondrej/php'
|
||||
packages:
|
||||
- libc6-i386
|
||||
- libgcc1:i386
|
||||
- libstdc++6:i386
|
||||
- python
|
||||
- python-pip
|
||||
- php5.6
|
||||
|
||||
install:
|
||||
- tools/travis/install_build_tools.sh
|
||||
|
||||
@@ -7,6 +7,12 @@ if [ "$BUILD_TOOLS" = true ];
|
||||
then
|
||||
md5sum -c - <<< "49bc6b1b9ed56c83cceb6674bd97cb34 *html/changelogs/example.yml";
|
||||
cd tgui && source ~/.nvm/nvm.sh && gulp && cd ..;
|
||||
<<<<<<< HEAD
|
||||
php5.6 -l tools/WebhookProcessor/github_webhook_processor.php;
|
||||
=======
|
||||
phpenv global 5.6
|
||||
php -l tools/WebhookProcessor/github_webhook_processor.php;
|
||||
php -l tools/TGUICompiler.php;
|
||||
>>>>>>> 9b71dcb... Merge pull request #32050 from optimumtact/ripandtearthehugeguts
|
||||
python tools/ss13_genchangelog.py html/changelog.html html/changelogs;
|
||||
fi;
|
||||
|
||||
Reference in New Issue
Block a user