mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
Update appveyor.yml
Workaround for Github requiring strong crypto.
This commit is contained in:
parent
a24b02f5cc
commit
c3d3aaeeee
@ -1,6 +1,9 @@
|
|||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
init:
|
||||||
|
- ps: new-itemproperty -path "HKLM:\SOFTWARE\Microsoft\.NETFramework\v4.0.30319" -name "SchUseStrongCrypto" -Value 1 -PropertyType "DWord";
|
||||||
|
- ps: new-itemproperty -path "HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319" -name "SchUseStrongCrypto" -Value 1 -PropertyType "DWord";
|
||||||
build_script:
|
build_script:
|
||||||
- ps: .\build.bat
|
- ps: .\build.bat
|
||||||
test: off
|
test: off
|
||||||
|
Loading…
Reference in New Issue
Block a user