summaryrefslogblamecommitdiff
path: root/ci/test4.sh
blob: fb3483e820ecedc0f361c3a003f4443251453d0c (plain) (tree)
1
2
3
4
5
6
7



                   


                                                                          








                                                    
                             








                                                                                    
#!/usr/bin/env bash

set -eux

# Force travis to create a git HEAD otherwise common operations don't work
git checkout -B current

# Starting from scratch...
git clean -xdf

# First build using SBT
sbt bin/test:assembly

# Build Mill using SBT
target/bin/mill --all _.publishLocal releaseAssembly

mv out/releaseAssembly ~/mill

git clean -xdf

# Second build & run tests using Mill

~/mill --all {core,scalalib,scalajslib}.test devAssembly
~/mill integration.test mill.integration.AmmoniteTests
~/mill integration.test "mill.integration.{AcyclicTests,BetterFilesTests,JawnTests}"
~/mill devAssembly