cemu_graphic_packs/appveyor.yml

13 lines
716 B
YAML
Raw Normal View History

version: v2-{build}
install:
2017-09-24 00:50:22 +02:00
- 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
2017-10-10 06:09:01 +02:00
- xcopy C:\projects\cemu-graphic-packs\Modifications C:\projects\cemu-graphic-packs\AppVeyor /E /I
2017-09-24 00:50:22 +02:00
- 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