More fixes for the upload process.

This commit is contained in:
waltje
2018-04-18 02:28:16 -04:00
parent 9bb6142a7e
commit 433a5c6557
2 changed files with 9 additions and 2 deletions

View File

@@ -57,6 +57,10 @@
cd src
# We only need the first few characters of the commit ID.
export COMMIT=${TRAVIS_COMMIT::7}
# Build the project.
make -f win/mingw/Makefile.MinGW BUILD=${TRAVIS_BUILD_NUMBER}
if [ $? = 0 ]; then