summaryrefslogtreecommitdiff
path: root/.appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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.