summaryrefslogtreecommitdiff
path: root/ci/test-mill-built.sh
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-25 22:33:23 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-26 00:00:29 -0800
commit2a59977d9c4aa23513d2c38a9fa151f9c11e8dc0 (patch)
tree6a16d7db4538e73c1fe53f2fda812f2d12e71cf8 /ci/test-mill-built.sh
parent08e27d9b94e38f64f6680828c64ab3c0a8f5537f (diff)
downloadmill-2a59977d9c4aa23513d2c38a9fa151f9c11e8dc0.tar.gz
mill-2a59977d9c4aa23513d2c38a9fa151f9c11e8dc0.tar.bz2
mill-2a59977d9c4aa23513d2c38a9fa151f9c11e8dc0.zip
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
Diffstat (limited to 'ci/test-mill-built.sh')
-rwxr-xr-xci/test-mill-built.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/ci/test-mill-built.sh b/ci/test-mill-built.sh
deleted file mode 100755
index 85879106..00000000
--- a/ci/test-mill-built.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env bash
-
-set -eux
-
-# Starting from scratch...
-git clean -xdf
-
-ci/publish-local.sh
-
-# Build Mill using SBT
-target/bin/mill dev.assembly
-
-# Second build & run tests using Mill
-
-
-out/dev/assembly/dest/out.jar -i all {clientserver,main,scalalib,scalajslib}.test
-out/dev/assembly/dest/out.jar -i integration.test "mill.integration.forked.{AmmoniteTests,BetterFilesTests}"
-out/dev/assembly/dest/out.jar -i dev.assembly