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

set -eux

# Starting from scratch...
git clean -xdf

ci/publish-local.sh

git clean -xdf

rm -fR ~/.mill

# Second build & run tests using Mill

~/mill-release -i integration.test "mill.integration.forked.{AcyclicTests,UpickleTests,PlayJsonTests}"