Changeset 14168 in josm for trunk/appveyor.yml
- Timestamp:
- 2018-08-19T21:40:37+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/appveyor.yml
r13299 r14168 1 1 version: '{build}' 2 branches:3 only:4 - mirror5 2 image: Visual Studio 2017 6 3 install: … … 8 5 - refreshenv 9 6 build_script: 10 - ant compile javadocdist distmac checkstyle pmd spotbugs7 - ant compile dist distmac checkstyle pmd spotbugs 11 8 test_script: 12 - ant test 13 after_test:9 - ant test-unit-hardfail 10 on_finish: 14 11 - ps: | 15 12 $wc = New-Object 'System.Net.WebClient'
Note:
See TracChangeset
for help on using the changeset viewer.