Add debug dir output for init. Change version to not have redundant 1.0.

This commit is contained in:
Rene Rivera
2015-06-01 12:33:10 -05:00
parent cb0f1fb5ef
commit e69a13e849

View File

@ -1,4 +1,4 @@
version: 1.0.{build}-{branch} version: {build}-{branch}
branches: branches:
only: only:
@ -21,6 +21,7 @@ environment:
init: init:
- appveyor DownloadFile "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py" - appveyor DownloadFile "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py"
- dir
install: python script.py install install: python script.py install
before_build: python script.py before_build before_build: python script.py before_build
build_script: python script.py build_script build_script: python script.py build_script