summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-24 10:39:20 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-24 17:13:03 -0800
commite76a4eda93e96e6817ab4f337f567fd325efe545 (patch)
tree76067854dc43facac259df017baf35de2aed221e /ci
parentc98408adf2d96928fe227a740631a8efd8e0c339 (diff)
downloadmill-e76a4eda93e96e6817ab4f337f567fd325efe545.tar.gz
mill-e76a4eda93e96e6817ab4f337f567fd325efe545.tar.bz2
mill-e76a4eda93e96e6817ab4f337f567fd325efe545.zip
.
wip
Diffstat (limited to 'ci')
-rwxr-xr-xci/test-mill-built.sh7
-rwxr-xr-xci/test-mill-release.sh7
-rwxr-xr-xci/test-sbt-built.sh7
3 files changed, 12 insertions, 9 deletions
diff --git a/ci/test-mill-built.sh b/ci/test-mill-built.sh
index 44af3876..c12beefe 100755
--- a/ci/test-mill-built.sh
+++ b/ci/test-mill-built.sh
@@ -12,6 +12,7 @@ target/bin/mill dev.assembly
# Second build & run tests using Mill
-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.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
diff --git a/ci/test-mill-release.sh b/ci/test-mill-release.sh
index 838d1960..b9986df0 100755
--- a/ci/test-mill-release.sh
+++ b/ci/test-mill-release.sh
@@ -11,6 +11,7 @@ git clean -xdf
# Second build & run tests using Mill
-~/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.test
+#~/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 3a85d345..6895088d 100755
--- a/ci/test-sbt-built.sh
+++ b/ci/test-sbt-built.sh
@@ -8,6 +8,7 @@ git clean -xdf
sbt bin/test:assembly
# Run tests using Mill built using SBT
-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 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