summaryrefslogtreecommitdiff
path: root/ci/publish-local.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/publish-local.sh')
-rwxr-xr-xci/publish-local.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/ci/publish-local.sh b/ci/publish-local.sh
new file mode 100755
index 00000000..a26a590d
--- /dev/null
+++ b/ci/publish-local.sh
@@ -0,0 +1,11 @@
+#!/usr/bin/env bash
+
+set -eux
+
+# First build using SBT
+sbt bin/test:assembly
+
+# Build Mill using SBT
+target/bin/mill all __.publishLocal releaseAssembly
+
+mv out/releaseAssembly/dest/out.jar ~/mill-release