mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-09 22:52:36 +00:00
Partially fix AppVeyor build
AppVeyor still has problems, like not being able to run a x64 test
This commit is contained in:
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…
x
Reference in New Issue
Block a user