From 2a59977d9c4aa23513d2c38a9fa151f9c11e8dc0 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 25 Feb 2018 22:33:23 -0800 Subject: Delete SBT build, use Mill for CI & development 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 --- ci/test-mill-2.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 ci/test-mill-2.sh (limited to 'ci/test-mill-2.sh') diff --git a/ci/test-mill-2.sh b/ci/test-mill-2.sh new file mode 100755 index 00000000..3b0da706 --- /dev/null +++ b/ci/test-mill-2.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +set -eux + +# Starting from scratch... +git clean -xdf + +# Run tests using Mill built using SBT +mill integration.test "mill.integration.local.{AcyclicTests,AmmoniteTests}" -- cgit v1.2.3