summaryrefslogblamecommitdiff
path: root/test.sh
blob: 13d816314706b3273683d9e380710d5a4dabcd6b (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 core/test scalaplugin/test scalajsplugin/test bin/test:assembly

# Build Mill using SBT
bin/target/mill devAssembly

# Second build & run tests using Mill
out/devAssembly/dest Core.test
out/devAssembly/dest ScalaPlugin.test
out/devAssembly/dest ScalaJSPlugin.test
out/devAssembly/dest devAssembly