akvirtualcamera/.github/workflows/windows-msys.yml

33 lines
691 B
YAML
Raw Normal View History

name: Windows MSYS
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- uses: msys2/setup-msys2@v2
with:
update: true
install: >-
cmake
git
make
pkgconf
python3
mingw-w64-x86_64-binutils
mingw-w64-i686-binutils
mingw-w64-x86_64-cmake
mingw-w64-i686-cmake
mingw-w64-x86_64-pkgconf
mingw-w64-i686-pkgconf
- name: Build
run: ports/ci/appveyor/build.sh
- name: Deploy
run: ports/ci/appveyor/deploy.sh
- name: Upload
run: ports/ci/appveyor/upload.sh