summaryrefslogblamecommitdiff
path: root/ci/test-mill-release.sh
blob: 8c0aca2f41617fa1c8e220a6b189d0e97d582914 (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 -i integration.test "mill.integration.forked.{AcyclicTests,UpickleTests}"