mcmilk / 7-Zip-zstd

7-Zip with support for Brotli, Fast-LZMA2, Lizard, LZ4, LZ5 and Zstandard
https://mcmilk.de/projects/7-Zip-zstd/
Other
4.87k stars 293 forks source link

[Question] AppVeyor YML #287

Closed Ghost-Terms closed 1 year ago

Ghost-Terms commented 1 year ago

Would you mind sharing the project deployment YML file for AppVeyor?

mcmilk commented 1 year ago

No problem, it's just the calling of this:

version: 22.01-v1.5.2-{build}
skip_tags: true
image: Previous Visual Studio 2019
clone_depth: 1
clone_folder: c:\build
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
build_script:
- cmd: >-
    cd %APPVEYOR_BUILD_FOLDER%\CPP

    call appveyor.cmd
artifacts:
- path: '*.7z'
deploy: off