More fixes for the upload process.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user