Changeset 13240 in josm
- Timestamp:
- 2017-12-24T19:08:16+01:00 (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r13239 r13240 7 7 - os: linux 8 8 dist: trusty 9 sudo: false9 sudo: required 10 10 jdk: 11 11 - oraclejdk9 -
trunk/appveyor.yml
r13239 r13240 8 8 - refreshenv 9 9 build_script: 10 - ant compile javadoc dist distmac checkstyle pmd 10 - ant compile javadoc dist distmac checkstyle pmd spotbugs 11 11 test_script: 12 12 - ant test 13 after_test: 14 - ps: | 15 $wc = New-Object 'System.Net.WebClient' 16 Get-ChildItem . -Name -Recurse 'TEST-*.xml' | 17 Foreach-Object { 18 $wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path $_)) 19 } 13 20 artifacts: 14 21 - path: dist\josm-custom.* … … 20 27 - path: test\report 21 28 type: zip 29 - path: hs_err_pid*.log
Note:
See TracChangeset
for help on using the changeset viewer.