forked from ThirteenAG/WidescreenFixesPack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
35 lines (26 loc) · 903 Bytes
/
appveyor.yml
File metadata and controls
35 lines (26 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
version: '{build}'
skip_tags: true
image: Visual Studio 2022
configuration: Release
install:
- cmd: >-
git submodule update --init --recursive
premake5 vs2022
before_build:
- cmd: REM before_build.bat
build:
project: build/Win32.WidescreenFixesPack.sln
parallel: true
verbosity: minimal
before_package:
- cmd: >-
REM msbuild -m build/Win64.WidescreenFixesPack.sln /p:Configuration=Release
REM msbuild -m build/PCSX2F.WidescreenFixesPack.sln /p:Configuration=Release
REM msbuild -m build/PPSSPP.WidescreenFixesPack.sln /p:Configuration=Release
REM msbuild -m build/Dolphin.WidescreenFixesPack.sln /p:Configuration=Release
REM msbuild -m build/CXBXR.WidescreenFixesPack.sln /p:Configuration=Release
before_packaging.bat
cd data
release.bat
after_build:
- ps: Get-ChildItem .\Archives\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }