Skip to content

Commit

Permalink
Fix #328 Publish integration test build directory when Appveyor build…
Browse files Browse the repository at this point in the history
… fails
  • Loading branch information
srdo committed Apr 22, 2019
1 parent 19796fa commit 6123239
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Expand Up @@ -12,3 +12,7 @@ build_script:
cache:
- C:\Users\appveyor\.m2\repository
- C:\Users\appveyor\.m2\wrapper

on_failure:
- 7z a it-logs.zip target\it
- appveyor PushArtifact it-logs.zip

0 comments on commit 6123239

Please sign in to comment.