Partially fix AppVeyor build
AppVeyor still has problems, like not being able to run a x64 testpull/461/head
parent
6b200c80cf
commit
820d62f978
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue