summaryrefslogtreecommitdiff
path: root/ci/test-mill-dev.sh
blob: 11d64154db1a7813f9affcd402206f2b8f115aa0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

set -eux

# Starting from scratch...
git clean -xdf

# Build Mill using SBT
mill -i dev.assembly

# Second build & run tests using Mill
out/dev/assembly/dest/mill -i all {clientserver,main,scalalib,scalajslib}.test