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

set -eux

# Starting from scratch...
git clean -xdf

# Build Mill
mill -i dev.assembly

rm -rf ~/.mill

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