Partially fix AppVeyor build

AppVeyor still has problems, like not being able to run a x64 test
This commit is contained in:
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

View File

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