summaryrefslogblamecommitdiff
path: root/ci/test3.sh
blob: 0be934c1d0d6f24f6586c2bbd8392627c4db27c5 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                   
                     
 
                      
                           
 
                                     
                                                                                  
#!/usr/bin/env bash

set -eux

# Starting from scratch...
git clean -xdf

# First build & run tests 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