summaryrefslogblamecommitdiff
path: root/ci/test_all.sh
blob: 74b6d203c5e28ea37f9175e6946ae899662037f2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                              
                                                                                         
#!/usr/bin/env bash

set -eux

# Starting from scratch...
git clean -xdf

# First build & run tests using SBT
sbt core/test scalalib/test scalajslib/test integration/test bin/test:assembly

# Run tests using Mill built using SBT
target/bin/mill --all {core,scalalib,scalajslib,integration}.test devAssembly

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