Update appveyor.yml
This commit is contained in:
parent
9ee2e84129
commit
f714190d95
|
@ -6,7 +6,7 @@ platform:
|
|||
- Win32
|
||||
shallow_clone: true
|
||||
before_build:
|
||||
- ps: Get-Content "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\ntsecapi.h" | %{$_ -replace [Regex]::Escape("RtlDecryptMemory("), [Regex]::Escape("__stdcall RtlDecryptMemory(")} | Set-Content "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\ntsecapi.h"
|
||||
- ps: (Get-Content "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\ntsecapi.h") | %{$_ -replace [Regex]::Escape("RtlDecryptMemory("), [Regex]::Escape("__stdcall RtlDecryptMemory(")} | Set-Content "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\ntsecapi.h"
|
||||
build:
|
||||
parallel: true
|
||||
verbosity: normal
|
||||
|
|
Loading…
Reference in New Issue