Fix building unit tests targetting windows
Fixes MSVC's LNK4217 warnings and MinGW errors.
This commit is contained in:
@@ -24,12 +24,10 @@ else
|
||||
"$TRAVIS_BUILD_DIR/.travis/$TRAVIS_OS_NAME.$TARGET_OS.script.sh"
|
||||
|
||||
make -j4
|
||||
make tests
|
||||
|
||||
if [[ $TARGET_OS != win* ]]; then
|
||||
|
||||
make tests
|
||||
tests/tests
|
||||
|
||||
fi
|
||||
|
||||
# Package and upload non-tagged builds
|
||||
|
||||
Reference in New Issue
Block a user