Add scons build to appveyor builds

This will guarantee we can build hammer with default arguments
This commit is contained in:
nicolas 2016-05-22 13:40:25 +02:00
parent 39e101df03
commit 335c8eee9c

View file

@ -1,9 +1,16 @@
platform:
- x86
- x64
environment:
PYTHON: "C:\\Python27"
version: 1.0.{build}
os: Visual Studio 2015
install:
- SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- easy_install scons
build_script:
- scons --version
- scons install
- '@echo off'
- setlocal
- ps: >-