diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..ab025c71 --- /dev/null +++ b/appveyor.yml @@ -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 \ No newline at end of file