summaryrefslogtreecommitdiff
path: root/ci/publish-local.sh
Commit message (Collapse)AuthorAgeFilesLines
* Copy files instead of moveTobias Roeser2019-07-021-1/+1
|
* Fix build, split up release and assembly (#643)Li Haoyi2019-07-011-2/+2
| | | | | | | | | | * . * . * use non-version-changing executable for integration tests * Update test-mill-1.sh
* 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-6/+2
| | | | 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
* 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-0/+11
- Shard out forked/local integration tests over the different `test-mill-*.sh` scripts, to try and reduce test times while maintaining coverage