summaryrefslogtreecommitdiff
path: root/ci/test-mill-dev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/test-mill-dev.sh')
-rwxr-xr-xci/test-mill-dev.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/ci/test-mill-dev.sh b/ci/test-mill-dev.sh
new file mode 100755
index 00000000..cb83ef00
--- /dev/null
+++ b/ci/test-mill-dev.sh
@@ -0,0 +1,13 @@
+#!/usr/bin/env bash
+
+set -eux
+
+# Starting from scratch...
+git clean -xdf
+
+# Build Mill using SBT
+mill dev.assembly
+
+# Second build & run tests using Mill
+out/dev/assembly/dest/mill -i all {clientserver,main,scalalib,scalajslib}.test
+