summaryrefslogtreecommitdiff
path: root/.appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Test mill batch (.bat) in AppVeyorRobby2018-04-031-6/+8
|
* Updated ci tests.Robby2018-04-021-1/+1
| | | | | | | | | | * Reverted Ammonite caching workaround (a796f0a) now that it's fixed * Changed ci/test-mill-0.sh to use interactive mode due to intermittent client failures to connect to server in travis * Added ci/test-mill-bootstrap.sh (ci/test-mill-0.sh with bootstrapping) and use it on oraclejdk9 instead of ci/test-mill-0.sh * Upgraded mill used for ci to 0.1.7-29-f5097f
* Updated appveyor cache.Robby2018-03-311-1/+1
|
* Removed ~/.mill before running mill test.Robby2018-03-271-0/+1
|
* Use mill 0.1.7-8-b913c6 for ci test.Robby2018-03-261-1/+1
|
* Use mill interactive mode to test in AppVeyor.Robby2018-03-261-1/+1
|
* Fixed AppVeyor cache config.Robby2018-03-191-1/+1
|
* Fixed AppVeyor cache config.Robby2018-03-191-1/+1
|
* Use mill interactive mode to test on cygwin and updated changelog in readme.md.Robby2018-03-171-14/+19
|
* Test mill on cygwin.Robby2018-03-171-9/+15
|
* Test mill (client/server) non-interactive on Windows and set jna.nosys=true ↵Robby2018-03-161-2/+3
| | | | | | | | as default (#229) * If unspecified, set the jna.nosys property to true on non-interactive (client/server) mode. * Run publishLocal and release (interactive) on AppVeyor and use the resulting mill to test mill (non-interactive).
* update readme and CI to 0.1.6rockjam2018-03-141-1/+1
|
* update readme and CI configuration to mill 0.1.5rockjam2018-03-131-1/+1
|
* Test mill using Java 9 (in addition to Java 8) (#219)Robby2018-03-101-3/+11
| | | | | | | | * Test mill using Java 9 (in addition to Java 8). * Use mill -i. * Fixed Java 9 path.
* Added AppVeyor configuration and made JavaCompilerJarTests compatible with ↵Robby2018-03-071-0/+28
Windows (#207) * Added AppVeyor config. * Made JavaCompilerJarTests compatible with Windows. * Disabled scalalib.test for now due to issues with Windows path length limit.