summaryrefslogblamecommitdiff
path: root/ci/test-mill-release.sh
blob: c05f5347f9b02bc997548e0de6c99b14cf578f12 (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

rm -fR ~/.mill

# Second build & run tests using Mill

~/mill-release -i integration.test "mill.integration.forked.{AcyclicTests,UpickleTests}"