source: josm/trunk/docker-test.sh@ 13929

Last change on this file since 13929 was 11442, checked in by wiktorn, 7 years ago

Dockerfile and scripts to start tests under Docker for Windows and Linux. This makes easier to run tests on Windows-based development environment

File size: 161 bytes
Line 
1docker build . -t josm/josm
2mkdir -p test/report
3docker run -it --name josm -v `pwd`/test/report:/josm/test/report josm/josm
4docker rm josm
5docker rmi josm/josm
Note: See TracBrowser for help on using the repository browser.