Add AppVeyor

puts all the graphics packs into one zip file. makes it an easy drag and drop that way
This commit is contained in:
Michael 2017-09-23 15:48:24 -07:00
parent cfbc0e63b7
commit 9861fe2dea

13
appveyor.yml Normal file
View File

@ -0,0 +1,13 @@
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