summaryrefslogtreecommitdiff
path: root/scripts/stability-test.sh
Commit message (Collapse)AuthorAgeFilesLines
* supply missing execute bit on bootstrap scriptSeth Tisue2016-08-261-0/+0
| | | | | this was failing integrate-bootstrap on Jenkins with a "Permission denied" error
* Switch remaining uses of ant over to sbtStefan Zeiger2016-08-231-0/+29
- Modify `tools/scaladoc-diff` to use sbt instead of ant. - Move `stability-test.sh` from `tools` to `scripts`. With the new build process without separate `locker` and `strap` stages, it doesn’t make sense to call this script without first setting up the proper test environment in a CI build. - Replace the use of `build.number` in `bootstrap` with a new `SHA-NIGHTLY` mode for `baseVersionSuffix`. - Make `partest` call sbt instead of ant for initializing the classpath and use the new classpath location (`quick` instead of `pack`).