From 9861fe2deabdc68ae4050f7e15e6b6a034117e09 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 23 Sep 2017 15:48:24 -0700 Subject: [PATCH] Add AppVeyor puts all the graphics packs into one zip file. makes it an easy drag and drop that way --- appveyor.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 appveyor.yml 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