Add debug output

This commit is contained in:
Sebastian Messmer 2015-05-04 21:42:56 +02:00
parent 8e9372ffaf
commit dbbf9db80e

View File

@ -17,7 +17,8 @@ install:
before_build:
- cmd: bii init -L
# copy files and folders
- cmd: xcopy "%APPVEYOR_BUILD_FOLDER%" blocks\%block_user%\%block_name%\ /e
- cmd: dir
- cmd: echo xcopy "%APPVEYOR_BUILD_FOLDER%" blocks\%block_user%\%block_name%\ /e
- cmd: bii configure -G "Visual Studio 12"
build_script: