[commit] r2750 - trunk
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Mon Jul 9 13:55:22 CDT 2018
Author: ksmyth
Date: Mon Jul 9 13:55:22 2018
New Revision: 2750
Log:
appveyor: archive logs on failure
Modified:
trunk/appveyor.yml
Modified: trunk/appveyor.yml
==============================================================================
--- trunk/appveyor.yml Wed Jun 27 09:20:31 2018 (r2749)
+++ trunk/appveyor.yml Mon Jul 9 13:55:22 2018 (r2750)
@@ -16,6 +16,9 @@
# - >-
# powershell -ExecutionPolicy unrestricted .\github-sourceindexer.ps1 -userId "ksmyth" -repository "xerces-c" -symbolsFolder "%CD%" -branch %HEAD% -sourcesRoot "%CD%" -verbose -dbgToolsPath "'C:\Program Files (x86)\Windows Kits\10\Debuggers\x64'" -ignoreUnknown -verifyLocalRepo
+on_failure:
+ - ps: Get-ChildItem .\*.log | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
+
test: off
artifacts:
More information about the gme-commit
mailing list