forked from decaf-emu/decaf-emu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
48 lines (39 loc) · 925 Bytes
/
appveyor.yml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
clone_depth: 10
version: 1.0.{build}
image: Visual Studio 2017
platform:
- x64
configuration:
- Release
install:
- cmd: git submodule update --init --recursive
before_build:
- mkdir build
- cd build
- cmake -G "Visual Studio 15 2017 Win64" -DDECAF_BUILD_TOOLS=ON ..
- cd ..
build:
project: build/decaf-emu.sln
parallel: true
verbosity: minimal
after_build:
- cd build\obj\Release
- 7z a decaf-bin.zip
decaf-sdl.exe
decaf-cli.exe
gfd-tool.exe
latte-assembler.exe
pm4-replay.exe
zlib1.dll
glbinding.dll
SDL2.dll
resources\fonts\DejaVuSansMono.ttf
resources\fonts\DejaVuSansMono.LICENSE
resources\fonts\CafeCn.ttf
resources\fonts\CafeKr.ttf
resources\fonts\CafeStd.ttf
resources\fonts\CafeTw.ttf
resources\fonts\NotoSansCJK.LICENSE
artifacts:
- path: build\obj\Release\decaf-bin.zip
name: decaf-bin