From 335c8eee9c1cb94946a3d9e62d113a89956969ff Mon Sep 17 00:00:00 2001 From: nicolas <nicolas@uucidl.com> Date: Sun, 22 May 2016 13:40:25 +0200 Subject: [PATCH] Add scons build to appveyor builds This will guarantee we can build hammer with default arguments --- appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index b0d87a79..16aa8e82 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: >- -- GitLab