summaryrefslogblamecommitdiff
path: root/ci/test-mill-dev.sh
blob: ae8556fb83a9d4c4ac078a9aa922342233e06eba (plain) (tree)
1
2
3
4
5
6
7
8
9






                          
            
                    
 

              


                                                                              
#!/usr/bin/env bash

set -eux

# Starting from scratch...
git clean -xdf

# Build Mill
mill -i dev.assembly

rm -fR ~/.mill

# Second build & run tests using Mill
out/dev/assembly/dest/mill -i all {clientserver,main,scalalib,scalajslib}.test