summaryrefslogtreecommitdiff
path: root/ci/test-mill-built.sh
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-21 21:05:37 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-24 17:13:03 -0800
commitc98408adf2d96928fe227a740631a8efd8e0c339 (patch)
tree5a36d9ee7d8ee6e1f7f9247cd7ddd31b194df5df /ci/test-mill-built.sh
parent51db54d4f1deefb34b9d7f6581611ae166652493 (diff)
downloadmill-c98408adf2d96928fe227a740631a8efd8e0c339.tar.gz
mill-c98408adf2d96928fe227a740631a8efd8e0c339.tar.bz2
mill-c98408adf2d96928fe227a740631a8efd8e0c339.zip
Clean up the provisional client-server code with unit tests and proper 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
Diffstat (limited to 'ci/test-mill-built.sh')
-rwxr-xr-xci/test-mill-built.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/test-mill-built.sh b/ci/test-mill-built.sh
index c63e9804..44af3876 100755
--- a/ci/test-mill-built.sh
+++ b/ci/test-mill-built.sh
@@ -8,10 +8,10 @@ git clean -xdf
ci/publish-local.sh
# Build Mill using SBT
-target/bin/mill devAssembly
+target/bin/mill dev.assembly
# Second build & run tests using Mill
-out/devAssembly/dest/out.jar all {main,scalalib,scalajslib}.test devAssembly
-out/devAssembly/dest/out.jar integration.test "mill.integration.forked.{AmmoniteTests,BetterFilesTests}"
-out/devAssembly/dest/out.jar devAssembly
+out/dev/assembly/dest/out.jar all {clientserver,main,scalalib,scalajslib}.test
+out/dev/assembly/dest/out.jar integration.test "mill.integration.forked.{AmmoniteTests,BetterFilesTests}"
+out/dev/assembly/dest/out.jar dev.assembly