forked from floooh/sokol-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
23 lines (20 loc) · 972 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
---
branches:
except:
- gh-pages
clone_depth: 3
build_script:
- cmd: c:/Python36/python.exe fips build win64-vstudio-debug
- cmd: c:/Python36/python.exe fips build win64-vstudio-release
- cmd: c:/Python36/python.exe fips build d3d11-win64-vstudio-debug
- cmd: c:/Python36/python.exe fips build d3d11-win64-vstudio-release
- cmd: c:/Python36/python.exe fips build sapp-win64-vstudio-debug
- cmd: c:/Python36/python.exe fips build sapp-win64-vstudio-release
- cmd: c:/Python36/python.exe fips build sapp-d3d11-win64-vstudio-debug
- cmd: c:/Python36/python.exe fips build sapp-d3d11-win64-vstudio-release
# run tests
- cmd: c:/Python36/python.exe fips set config win64-vstudio-debug
- cmd: c:/Python36/python.exe fips run sokol-audio-test
- cmd: c:/Python36/python.exe fips run sokol-args-test
- cmd: c:/Python36/python.exe fips run sokol-gfx-test
- cmd: c:/Python36/python.exe fips run sokol-gl-test