summaryrefslogtreecommitdiff
path: root/ci/test-mill-dev.sh
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
* Include scaladoc as part of mill inspect (#435)Li Haoyi2018-09-201-1/+3
|
* tidy up root folderLi Haoyi2018-08-171-1/+1
|
* Add ScalaPB integration (#395)David Gregory2018-08-011-1/+1
| | | | | | | | * Add ScalaPB integration * Update ci scripts with new scalapblib module * Move ScalaPB integration to contrib module
* Add a TwirlModule to compile Twirl templates (#271)Guillaume Grossetie2018-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * initial implementation * Upgrade to the latest version * Add tests * Update the code to comply with the new API * Use reflection to call TwirlCompiler.compile function * Run twirllib.test on CI * Use the Java API as a workaround * wip * Cleanup the code (code review) * Add an example to call the Scala API * twirl that works with scala API * Create functions to override the default settings (will be available in the future)
* remove clientserver from ci since those tests are now in mainLi Haoyi2018-04-071-1/+1
|
* re-enabled deletion of ~/.mill folder between CI stepsLi Haoyi2018-04-071-0/+2
|
* Updated ci tests.Robby2018-04-021-3/+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
* Removed ~/.mill before running mill test.Robby2018-03-271-1/+3
|
* Test mill using Java 9 (in addition to Java 8) (#219)Robby2018-03-101-1/+1
| | | | | | | | * Test mill using Java 9 (in addition to Java 8). * Use mill -i. * Fixed Java 9 path.
* Delete SBT build, use Mill for CI & developmentLi Haoyi2018-02-261-0/+13
Also re-organize the test matrix to split out the unit & integration tests into 3 separate builds, and removing the integration tests from the `-dev` and `-mill` jobs. That should speed up the test run while running all tests and ensuring the dev/release assemblies work