summaryrefslogtreecommitdiff
path: root/.appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix build, split up release and assembly (#643)Li Haoyi2019-07-011-1/+1
| | | | | | | | | | * . * . * use non-version-changing executable for integration tests * Update test-mill-1.sh
* Fixed #511.Robby2019-01-151-2/+2
|
* WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-051-2/+2
| | | | __.compile works, haven't run tests yet
* bootstrap off latest masterLi Haoyi2018-09-201-1/+1
|
* Include scaladoc as part of mill inspect (#435)Li Haoyi2018-09-201-1/+1
|
* Use mill 0.2.0-36-f8d1e7 for ci tests (and Java 10 in appveyor).Robby2018-05-191-3/+3
|
* Fixed dev.{assembly, launcher} reaching max CLI arguments in Windows by ↵Robby2018-05-161-7/+6
| | | | generating/using mill.vmoptions file. (#326)
* Make builds able to depend on external projects (#291)Olivier Mélois2018-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make builds able to depend on external projects Builds are now able to load external projects and depend on them as if they were local submodules. `import $file.external.path.build` * Disambiguate "dest" for foreign modules. * Calling modules loaded from external directories "Foreign" to avoid conflicting with the already existing concept of "ExternalModule". * Amended the way `dest` is computed for foreign modules * Added tests to check that the source paths and dest are as expected * Added a test to show that local modules do not conflict with foreign modules when they are named the same * WIP windows build fail * Added bootstrapping step in CYGWIN CI job * * Revert externalOutPath deletion * Add documentation for foreign-modules * reverting appveyor changes * Disabling Foreign modules tests against Java9 See https://github.com/lihaoyi/mill/issues/302
* drop back down to publishing using bootstrap mill now that bootstrapping has ↵Li Haoyi2018-04-101-1/+1
| | | | been fixed
* update bootstrap mill version to try and fix appveyor buildLi Haoyi2018-04-091-1/+1
|
* update bootstrap mill version to try and fix appveyor buildLi Haoyi2018-04-091-1/+1
|
* bump mill bootstrap version in appveyorLi Haoyi2018-04-081-1/+1
|
* 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.