Changeset 14179 in josm for trunk/appveyor.yml
- Timestamp:
- 2018-08-22T22:55:16+02:00 (8 years ago)
- File:
-
- 1 edited
-
trunk/appveyor.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/appveyor.yml
r14168 r14179 15 15 $wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path $_)) 16 16 } 17 # we want to push test result artifact even if the tests fail, so uploading manually 18 - 7z a test-results.zip test\report\TEST*.xml 19 - ps: Push-AppveyorArtifact test-results.zip 17 20 artifacts: 18 21 - path: dist\josm-custom.* … … 20 23 - path: pmd-josm.xml 21 24 - path: spotbugs-josm.xml 22 - path: test\report23 type: zip24 25 - path: hs_err_pid*.log
Note:
See TracChangeset
for help on using the changeset viewer.
