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