summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-01-27 22:49:18 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-01-27 22:49:18 -0800
commitff319e9314dac149d361daea87c89b2b9d7ebb08 (patch)
treee176eefee629ea8edfcfb4f3d848c4809c2716b6 /ci
parente754ec7d9eafdf13f9a34248295e19d309c7eba4 (diff)
downloadmill-ff319e9314dac149d361daea87c89b2b9d7ebb08.tar.gz
mill-ff319e9314dac149d361daea87c89b2b9d7ebb08.tar.bz2
mill-ff319e9314dac149d361daea87c89b2b9d7ebb08.zip
Make `idea` task configure the root module to have IntelliJ properly handle the `build.sc` file
Diffstat (limited to 'ci')
-rwxr-xr-xci/test3.sh8
-rwxr-xr-xci/test_all.sh2
2 files changed, 5 insertions, 5 deletions
diff --git a/ci/test3.sh b/ci/test3.sh
index b10da68d..5b3b1a28 100755
--- a/ci/test3.sh
+++ b/ci/test3.sh
@@ -13,7 +13,7 @@ target/bin/mill devAssembly
# Second build & run tests using Mill
-out/devAssembly/dest --all {core,scalalib,scalajslib}.test devAssembly
-out/devAssembly/dest integration.test mill.integration.AmmoniteTests
-out/devAssembly/dest integration.test "mill.integration.{AcyclicTests,BetterFilesTests,JawnTests}"
-out/devAssembly/dest devAssembly
+out/devAssembly/dest/out.jar --all {core,scalalib,scalajslib}.test devAssembly
+out/devAssembly/dest/out.jar integration.test mill.integration.AmmoniteTests
+out/devAssembly/dest/out.jar integration.test "mill.integration.{AcyclicTests,BetterFilesTests,JawnTests}"
+out/devAssembly/dest/out.jar devAssembly
diff --git a/ci/test_all.sh b/ci/test_all.sh
index 558f76d6..74b6d203 100755
--- a/ci/test_all.sh
+++ b/ci/test_all.sh
@@ -12,4 +12,4 @@ sbt core/test scalalib/test scalajslib/test integration/test bin/test:assembly
target/bin/mill --all {core,scalalib,scalajslib,integration}.test devAssembly
# Second build & run tests using Mill
-out/devAssembly/dest --all {core,scalalib,scalajslib,integration}.test devAssembly \ No newline at end of file
+out/devAssembly/dest/out.jar --all {core,scalalib,scalajslib,integration}.test devAssembly \ No newline at end of file