summaryrefslogtreecommitdiff
path: root/ci/test-mill-release.sh
Commit message (Collapse)AuthorAgeFilesLines
* caffeine core and guava tests seem to passLi Haoyi2018-04-091-0/+2
|
* re-enabled deletion of ~/.mill folder between CI stepsLi Haoyi2018-04-071-0/+2
|
* Updated ci tests.Robby2018-04-021-4/+3
| | | | | | | | | | * 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
* WIP: Play json build (#182)Nikolay Tatarinov2018-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * play json build * build progress * add check task * try to make play json js build * scalariform and mima plugins in separate files. check mima * better error message for mima compatibility check * fix scala 2.10 compilation * license headers support * add jmh support * fix reformat on compile; fix code validation; extract base module * remove scala 2.13 from cross versions * include play-json in integration tests * add example .travis.yml * bring back scala 2.13 support * make reformat target, not command * add release task * update mill version in travis.yml * update release script * update release process * add README.md for play json build
* 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