Files
moonlight-packaging/appveyor.yml
2025-07-27 03:00:57 +00:00

29 lines
787 B
YAML

version: 0.0.0.{build}
clone_depth: 1
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
BUILD_SCRIPT: ./build-single.sh amd64 trixie
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
BUILD_SCRIPT: ./build-single.sh rpi bookworm
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
BUILD_SCRIPT: ./build-single.sh rpi64 bookworm
install:
- sh: 'sudo apt update || true'
- sh: 'docker run --privileged --rm tonistiigi/binfmt --install all'
before_build:
- sh: 'git submodule update --init --recursive'
build_script:
- sh: 'sh -c $BUILD_SCRIPT'
after_build:
- sh: 'appveyor PushArtifact out_*/moonlight-qt_*.deb'
- sh: 'appveyor PushArtifact out_*/moonlight-qt-dbgsym_*.deb || appveyor PushArtifact out_*/moonlight-qt-dbgsym_*.ddeb'
deploy: off