summaryrefslogtreecommitdiff
path: root/ci/test-mill-dev.sh
blob: cb83ef00e544bc02cc59b165edea72048148a7e1 (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 dev.assembly

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