PotatoNV/appveyor.yml
Andrey Smirnoff cda463c611
v2.1.0 (#49)
Widevine, rm BID & SN; read the factory key (WVL)
2021-03-29 22:45:42 +05:00

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