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






                          
                   




                                     


                                                                                               
#!/usr/bin/env bash

set -eux

# Starting from scratch...
git clean -xdf

ci/publish-local.sh

git clean -xdf

# Second build & run tests using Mill

~/mill-release all {clientserver,main,scalalib,scalajslib}.test
~/mill-release integration.test "mill.integration.forked.{AcyclicTests,JawnTests,UpickleTests}"
~/mill-release dev.assembly