mirror of
https://github.com/mashed-potatoes/PotatoNV.git
synced 2024-11-12 18:04:14 +01:00
cda463c611
Widevine, rm BID & SN; read the factory key (WVL)
17 lines
512 B
YAML
17 lines
512 B
YAML
version: 2.1.0-{build}
|
|
configuration: Debug
|
|
clone_script:
|
|
- cmd: >-
|
|
git clone -q --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
|
|
&& cd %APPVEYOR_BUILD_FOLDER%
|
|
&& git checkout -qf %APPVEYOR_REPO_COMMIT%
|
|
&& git submodule update --init --recursive
|
|
before_build:
|
|
- cmd: nuget restore
|
|
build:
|
|
project: PotatoNV-next.sln
|
|
verbosity: normal
|
|
artifacts:
|
|
- path: PotatoNV-next\bin\$(configuration)
|
|
name: PotatoNV-appveyor
|
|
type: zip
|