summaryrefslogtreecommitdiff
path: root/ci/test3.sh
blob: ffeb259c4da6e5eb5c8d2a5c0ca2bd26a51ffd73 (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

# First build using SBT
sbt bin/test:assembly

# Build Mill using SBT
target/bin/mill devAssembly

# Second build & run tests using Mill
out/devAssembly/dest --all {core,scalalib,scalajslib,integration}.test devAssembly