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 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue