Added a script to upload emscripten build automatically to gh_pages

This commit is contained in:
xawotihs
2016-06-25 16:54:35 +02:00
parent 83e55b1074
commit 499b3ddf3e
2 changed files with 34 additions and 0 deletions

View File

@@ -120,3 +120,6 @@ after_success:
- if [ "$TRAVIS_OS_NAME" == "osx" ] && [ "$BUILD_TYPE" == "Qt" ]; then
python tools/upload-binaries.py -t $GH_TOKEN -s $TRAVIS_COMMIT -l build_qt_widget/wagic.dmg -r Wagic-macosx.dmg -b $TRAVIS_BRANCH;
fi
- if [ "$TRAVIS_OS_NAME" == "osx" ] && [ "$BUILD_TYPE" == "Emscripten" ]; then
./tools/deploy-emscripten.sh;
fi