summaryrefslogblamecommitdiff
path: root/ci/test3.sh
blob: b10da68dea0d472e922f5fa0760a2f6d75867466 (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}.test devAssembly
out/devAssembly/dest integration.test mill.integration.AmmoniteTests
out/devAssembly/dest integration.test "mill.integration.{AcyclicTests,BetterFilesTests,JawnTests}"
out/devAssembly/dest devAssembly