[Appveyor] Stop Appveyor from “Discovering Tests”
This commit is contained in:
parent
3dfe161e30
commit
3ae66a6013
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue