summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-24 15:35:24 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-24 17:13:03 -0800
commit139afd965ea072f8216b56126fb08dc8a44ebac4 (patch)
treee0e54b719479cf5d0be311887433a4e8d4d48c0f /ci
parente76a4eda93e96e6817ab4f337f567fd325efe545 (diff)
downloadmill-139afd965ea072f8216b56126fb08dc8a44ebac4.tar.gz
mill-139afd965ea072f8216b56126fb08dc8a44ebac4.tar.bz2
mill-139afd965ea072f8216b56126fb08dc8a44ebac4.zip
Implement `-i` flag to allow interactive usage
Diffstat (limited to 'ci')
-rwxr-xr-xci/test-mill-built.sh8
-rwxr-xr-xci/test-mill-release.sh7
-rwxr-xr-xci/test-sbt-built.sh7
3 files changed, 10 insertions, 12 deletions
diff --git a/ci/test-mill-built.sh b/ci/test-mill-built.sh
index c12beefe..e2015237 100755
--- a/ci/test-mill-built.sh
+++ b/ci/test-mill-built.sh
@@ -12,7 +12,7 @@ target/bin/mill dev.assembly
# Second build & run tests using Mill
-out/dev/assembly/dest/out.jar all clientserver.test
-#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
+
+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
diff --git a/ci/test-mill-release.sh b/ci/test-mill-release.sh
index b9986df0..838d1960 100755
--- a/ci/test-mill-release.sh
+++ b/ci/test-mill-release.sh
@@ -11,7 +11,6 @@ git clean -xdf
# Second build & run tests using Mill
-~/mill-release all clientserver.test
-#~/mill-release all {clientserver,main,scalalib,scalajslib}.test
-#~/mill-release integration.test "mill.integration.forked.{AcyclicTests,JawnTests,UpickleTests}"
-#~/mill-release dev.assembly
+~/mill-release all {clientserver,main,scalalib,scalajslib}.test
+~/mill-release integration.test "mill.integration.forked.{AcyclicTests,JawnTests,UpickleTests}"
+~/mill-release dev.assembly
diff --git a/ci/test-sbt-built.sh b/ci/test-sbt-built.sh
index 6895088d..3a85d345 100755
--- a/ci/test-sbt-built.sh
+++ b/ci/test-sbt-built.sh
@@ -8,7 +8,6 @@ git clean -xdf
sbt bin/test:assembly
# Run tests using Mill built using SBT
-target/bin/mill clientserver.test
-#target/bin/mill all {clientserver,main,scalalib,scalajslib}.test
-#target/bin/mill integration.test "mill.integration.local.{AcyclicTests,JawnTests,UpickleTests}"
-#target/bin/mill dev.assembly
+target/bin/mill all {clientserver,main,scalalib,scalajslib}.test
+target/bin/mill integration.test "mill.integration.local.{AcyclicTests,JawnTests,UpickleTests}"
+target/bin/mill dev.assembly