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

set -eux

# Starting from scratch...
git clean -xdf

# First build & run tests using SBT
sbt core/test scalaplugin/test bin/test:assembly

# Build Mill using SBT
bin/target/mill devAssembly

# Secpmd build & run tests using Mill
out/devAssembly Core.test
out/devAssembly ScalaPlugin.test
out/devAssembly devAssembly