Partially fix AppVeyor build

AppVeyor still has problems, like not being able to run a x64 test
pull/461/head
Jeffrey Walton 2017-08-02 04:32:18 -04:00
parent 6b200c80cf
commit 820d62f978
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 4 additions and 8 deletions

View File

@ -25,20 +25,16 @@ image:
- Visual Studio 2015 - Visual Studio 2015
- Visual Studio 2013 - Visual Studio 2013
build: build: off
project: cryptest.sln # project: cryptest.sln
verbosity: minimal # verbosity: minimal
parallel: true # parallel: true
test_script: test_script:
- cmd: >- - cmd: >-
vcupgrade.exe -nologo -overwrite cryptlib.vcxproj
vcupgrade.exe -nologo -overwrite cryptest.vcxproj
msbuild /t:Build cryptlib.vcxproj msbuild /t:Build cryptlib.vcxproj
msbuild /t:Build cryptest.vcxproj msbuild /t:Build cryptest.vcxproj