summaryrefslogtreecommitdiff
path: root/ci/test-mill-release.sh
Commit message (Collapse)AuthorAgeFilesLines
* Removed ~/.mill before running mill test.Robby2018-03-271-0/+2
|
* 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-3/+1
| | | | 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
* Implement `-i` flag to allow interactive usageLi Haoyi2018-02-241-4/+3
|
* .Li Haoyi2018-02-241-3/+4
| | | | wip
* Clean up the provisional client-server code with unit tests and proper ↵Li Haoyi2018-02-241-2/+2
| | | | | | | | file-sockets Seems to work well enough for interactive scala consoles, though still not Ammonite Also Added ScalaModule#launcher and re-worked our build.sc file to use it
* - Fix UpickleTests' JS case when running forkedLi Haoyi2018-02-111-9/+2
| | | | - Shard out forked/local integration tests over the different `test-mill-*.sh` scripts, to try and reduce test times while maintaining coverage
* make test-mill-release run integration tests using the release assemblyLi Haoyi2018-02-111-2/+2
|
* make add upickle explicitly to our ci listLi Haoyi2018-02-111-2/+2
|
* .Li Haoyi2018-02-091-1/+1
|
* vendor ammonite.main code so we can properly handle arity-0 CLI args, fix ↵Li Haoyi2018-02-081-2/+2
| | | | GenIdea by making it take an Evaluator as an argument
* all T.commands to take targets as CLI arguments, and use that to get rid of ↵Li Haoyi2018-02-061-9/+1
| | | | our custom releaseCI/releaseManual commands
* CleanupLi Haoyi2018-02-041-0/+31