travis: running mingw build on travis ci

This commit also fixed a broken cmake dependency with unicorn
This commit is contained in:
tech4me 2018-08-31 20:08:03 +02:00
parent c69dc5acf9
commit a8f54f96fc
12 changed files with 273 additions and 16 deletions

View file

@ -11,6 +11,9 @@ if [ -z $TRAVIS_TAG ]; then
RELEASE_NAME=head
else
RELEASE_NAME=$(echo $TRAVIS_TAG | cut -d- -f1)
if [ "$NAME" = "MinGW build" ]; then
RELEASE_NAME="${RELEASE_NAME}-mingw"
fi
fi
mv "$REV_NAME" $RELEASE_NAME