summaryrefslogtreecommitdiff
path: root/ci/test-mill-release.sh
blob: 838d196043d1eb2a9f4702d9bc5fcae875babf55 (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

# Second build & run tests using Mill

~/mill-release all {clientserver,main,scalalib,scalajslib}.test
~/mill-release integration.test "mill.integration.forked.{AcyclicTests,JawnTests,UpickleTests}"
~/mill-release dev.assembly