forked from PeymanTahghighi/WolfEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor_pyWolf.yml
44 lines (40 loc) · 871 Bytes
/
appveyor_pyWolf.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
version: 1.0.{build}
image: Visual Studio 2017
platform: x64
configuration: Debug
environment:
solution_name: c:\\projects\\wolf-engine-7lc14\\engine\\builds\\mvsc\\pyWolf.Win32.sln
matrix:
- PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.14"
PYTHON_ARCH: "64"
matrix:
fast_finish: true
exclude:
- platform: x86
configuration: Debug
- platform: x86
configuration: Release
- platform: x64
configuration: Release
install:
# python requirements needed to unpack deps
- cmd: ./install.cmd
init:
- "%PYTHON%\\python.exe --version"
build:
verbosity: minimal
project: "%solution_name%"
skip_commits:
files:
- content/*
- docs/*
- samples/*
- utilities/*
- .gitattributes
- .gitignore
- .travis.yml
- appveyor_vulkan.yml
- install.sh
- Logo.jpg
- /**/*.md