[Appveyor] Stop Appveyor from “Discovering Tests”

This commit is contained in:
lasconic 2018-01-05 10:44:00 +01:00
parent 3dfe161e30
commit 3ae66a6013

View file

@ -22,6 +22,9 @@ platform:
# build Configuration, i.e. Debug, Release, etc.
configuration: Release
# Stop Appveyor from "Discovering Tests"
test: off
install:
- IF DEFINED ENCRYPT_SECRET_SSH (
nuget install secure-file -ExcludeVersion &&
@ -86,5 +89,6 @@ artifacts:
- path: $(ARTIFACT_NAME)
build_script:
- mingw32-make -f Makefile.mingw release && mingw32-make -f Makefile.mingw install