mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 16:31:50 +01:00
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:
parent
cfbc0e63b7
commit
9861fe2dea
13
appveyor.yml
Normal file
13
appveyor.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user