cemu_graphic_packs/appveyor.yml
Michael 9861fe2dea Add AppVeyor
puts all the graphics packs into one zip file. makes it an easy drag and drop that way
2017-09-23 15:48:24 -07:00

13 lines
709 B
YAML

version: v2-{build}
install:
- xcopy c:\projects\cemu_graphic_packs\Cheats c:\projects\cemu_graphic_packs\AppVeyor /E /I
- xcopy c:\projects\cemu_graphic_packs\Enhancement c:\projects\cemu_graphic_packs\AppVeyor /E /I
- xcopy c:\projects\cemu_graphic_packs\Enthusiast c:\projects\cemu_graphic_packs\AppVeyor /E /I
- xcopy c:\projects\cemu_graphic_packs\Performance c:\projects\cemu_graphic_packs\AppVeyor /E /I
- xcopy c:\projects\cemu_graphic_packs\Quality c:\projects\cemu_graphic_packs\AppVeyor /E /I
- xcopy c:\projects\cemu_graphic_packs\Workaround c:\projects\cemu_graphic_packs\AppVeyor /E /I
build: off
artifacts:
- path: AppVeyor
name: 'graphic_packs_$(appveyor_build_version)'
type: zip