summaryrefslogtreecommitdiff
path: root/ci/test-mill-2.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix build, split up release and assembly (#643)Li Haoyi2019-07-011-2/+2
| | | | | | | | | | * . * . * use non-version-changing executable for integration tests * Update test-mill-1.sh
* start running DocAnnotationsTests in CILi Haoyi2018-09-211-1/+1
|
* tidy up root folderLi Haoyi2018-08-171-1/+1
|
* caffeine core and guava tests seem to passLi Haoyi2018-04-091-1/+1
|
* Caffeine junit & testng suites seem to passLi Haoyi2018-04-091-0/+1
|
* First pass at a Caffeine integration build now works (only on Java 9 tho)Li Haoyi2018-04-081-1/+1
|
* Updated ci tests.Robby2018-04-021-1/+1
| | | | | | | | | | * Reverted Ammonite caching workaround (a796f0a) now that it's fixed * Changed ci/test-mill-0.sh to use interactive mode due to intermittent client failures to connect to server in travis * Added ci/test-mill-bootstrap.sh (ci/test-mill-0.sh with bootstrapping) and use it on oraclejdk9 instead of ci/test-mill-0.sh * Upgraded mill used for ci to 0.1.7-29-f5097f
* Delete SBT build, use Mill for CI & developmentLi Haoyi2018-02-261-0/+9
Also re-organize the test matrix to split out the unit & integration tests into 3 separate builds, and removing the integration tests from the `-dev` and `-mill` jobs. That should speed up the test run while running all tests and ensuring the dev/release assemblies work