[build appveyor] add msbuild logs as artifacts
This commit is contained in:
parent
44979b7d53
commit
6f9c659be5
2 changed files with 10 additions and 0 deletions
|
@ -13,6 +13,14 @@ shallow_clone: true
|
||||||
install:
|
install:
|
||||||
- scripts\build-appveyor.bat
|
- scripts\build-appveyor.bat
|
||||||
|
|
||||||
|
artifacts:
|
||||||
|
- path: mapnik-gyp\msbuild-summary.txt
|
||||||
|
name: msbuild-summary.txt
|
||||||
|
- path: mapnik-gyp\msbuild-errors.txt
|
||||||
|
name: msbuild-errors.txt
|
||||||
|
- path: mapnik-gyp\msbuild-warnings.txt
|
||||||
|
name: msbuild-warnings.txt
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
test: off
|
test: off
|
||||||
deploy: off
|
deploy: off
|
||||||
|
|
|
@ -21,6 +21,8 @@ ECHO msvs_toolset^: %msvs_toolset%
|
||||||
SET BUILD_TYPE=%configuration%
|
SET BUILD_TYPE=%configuration%
|
||||||
SET BUILDPLATFORM=%platform%
|
SET BUILDPLATFORM=%platform%
|
||||||
SET TOOLS_VERSION=%msvs_toolset%.0
|
SET TOOLS_VERSION=%msvs_toolset%.0
|
||||||
|
IF DEFINED APPVEYOR (ECHO on AppVeyor) ELSE (ECHO NOT on AppVeyor)
|
||||||
|
ECHO ========
|
||||||
|
|
||||||
SET PATH=C:\Python27;%PATH%
|
SET PATH=C:\Python27;%PATH%
|
||||||
SET PATH=C:\Program Files\7-Zip;%PATH%
|
SET PATH=C:\Program Files\7-Zip;%PATH%
|
||||||
|
|
Loading…
Reference in a new issue