Commit d2076fdd11e61613d962b087fc08fe5b3d52d6e2

Steffen Jaeckel 2019-05-27T15:12:31

move test execution into test stage

1
2
3
4
5
6
7
8
9
10
11
diff --git a/appveyor.yml b/appveyor.yml
index a1b6a55..f7a92c7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,4 +7,6 @@ build_script:
   - if "Visual Studio 2015"=="%APPVEYOR_BUILD_WORKER_IMAGE%" call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
   - if "Visual Studio 2015"=="%APPVEYOR_BUILD_WORKER_IMAGE%" call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
   - nmake -f makefile.msvc all
+
+test_script:
   - test.exe