From e69a13e8493d381bcdff32e96a5e931a4caa817d Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 1 Jun 2015 12:33:10 -0500 Subject: [PATCH] Add debug dir output for init. Change version to not have redundant 1.0. --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a3b8e1d..6f4c016 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.0.{build}-{branch} +version: {build}-{branch} branches: only: @@ -21,6 +21,7 @@ environment: init: - appveyor DownloadFile "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py" + - dir install: python script.py install before_build: python script.py before_build build_script: python script.py build_script