forked from mgear-dev/mgear_dist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
41 lines (32 loc) · 813 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
clone_folder: "C:\\projects\\mgear"
environment:
matrix:
- PYTHON: "C:\\Python27"
SCONS_VERSION: "3.0.0"
install:
- cd "C:\\projects\\mgear"
- git submodule update --init
- git submodule foreach --recursive git checkout master
- SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- python -m pip install --upgrade pip
- pip install setuptools
- pip install wheel
- pip install "scons==%SCONS_VERSION%"
before_test:
- python --version
- scons --version
build: off
# test_script:
# - scons test
# - scons unit-test
# branches:
# only:
# - master
# # enable service required for build/tests
# services:
# - docker
# # scripts to run before build
# before_build:
# # to run your custom scripts instead of automatic MSBuild
# build_script:
# - cmd: scons with-maya=2018