-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathappveyor.yml
42 lines (34 loc) · 1.11 KB
/
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
image:
- Ubuntu
- Visual Studio 2019
skip_branch_with_pr: true
for:
-
matrix:
only:
- image: Visual Studio 2019
install:
- choco install -y wixtoolset --version=3.11.2
- git submodule update --init --recursive
build_script:
- build/appveyor/build.cmd
artifacts:
- path: build/cmake/build_win32_library/Release/unreal_speccy_portable.*
name: library
- path: build/cmake/build_win32_benchmark/Release/unreal_speccy_portable.exe
name: benchmark
- path: build/cmake/build_win32_sdl2/unreal-speccy-portable_0.0.90_win32_sdl2_gles2_angle_curl.msi
name: sdl2 gles2 angle curl
- path: build/cmake/build_win32_wxwidgets/unreal-speccy-portable_0.0.90_win32_wxwidgets_openal.msi
name: wxWidgets OpenAL Soft
-
matrix:
only:
- image: Ubuntu
build_script:
- build/appveyor/build.sh
artifacts:
- path: build/cmake/build_emscripten/unreal-speccy-portable_0.0.90_emscripten_sdl2_gles2.zip
name: sdl2 gles2 emscripten
- path: build/docker/unreal-speccy-portable_0.0.90_x86_64_sdl2_gles2_angle_curl.dmg
name: sdl2 gles2 angle curl