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

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