Add scons build to appveyor builds
This will guarantee we can build hammer with default arguments
This commit is contained in:
parent
39e101df03
commit
335c8eee9c
1 changed files with 7 additions and 0 deletions
|
|
@ -1,9 +1,16 @@
|
||||||
platform:
|
platform:
|
||||||
- x86
|
- x86
|
||||||
- x64
|
- x64
|
||||||
|
environment:
|
||||||
|
PYTHON: "C:\\Python27"
|
||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
os: Visual Studio 2015
|
os: Visual Studio 2015
|
||||||
|
install:
|
||||||
|
- SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||||
|
- easy_install scons
|
||||||
build_script:
|
build_script:
|
||||||
|
- scons --version
|
||||||
|
- scons install
|
||||||
- '@echo off'
|
- '@echo off'
|
||||||
- setlocal
|
- setlocal
|
||||||
- ps: >-
|
- ps: >-
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue