Store commit hash and handle prerelease vor all automation tools.

This commit is contained in:
chriseth
2016-08-26 10:14:44 +02:00
parent 54ab787b83
commit 4588eda622
4 changed files with 6 additions and 2 deletions
+1
View File
@@ -29,6 +29,7 @@
set -e
if [[ "$OSTYPE" != "darwin"* ]]; then
date -u +"nightly.%Y.%m.%d" > prerelease.txt
./scripts/travis-emscripten/install_deps.sh
docker run -v $(pwd):/src trzeci/emscripten:sdk-tag-1.35.4-64bit ./scripts/travis-emscripten/build_emscripten.sh
fi