xqemu/appveyor.yml
2018-12-20 17:31:31 -07:00

19 lines
253 B
YAML

environment:
matrix:
- MSYS2_ARCH: x86_64
MSYSTEM: MINGW64
configuration:
- Release
- Debug
build_script:
- '%APPVEYOR_BUILD_FOLDER%\appveyor.bat %CONFIGURATION%'
deploy: off
artifacts:
- path: dist
name: xqemu
type: zip