summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-01-12 20:56:11 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-01-12 20:58:49 -0800
commit9cc010127b0b631c838db666200f293d0cf9ac37 (patch)
tree01356ed616b834756ae1c51731bd64e06987a682 /test.sh
parent12a8793392704adc6b469e76ac3a6d4a9bf4dda8 (diff)
downloadmill-9cc010127b0b631c838db666200f293d0cf9ac37.tar.gz
mill-9cc010127b0b631c838db666200f293d0cf9ac37.tar.bz2
mill-9cc010127b0b631c838db666200f293d0cf9ac37.zip
split up travis build into 3 workers, one testing each stage of the bootstrapping
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/test.sh b/test.sh
deleted file mode 100755
index 916a5d78..00000000
--- a/test.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/env bash
-
-set -eux
-
-# Starting from scratch...
-git clean -xdf
-
-# First build & run tests using SBT
-sbt core/test scalalib/test scalajslib/test
-sbt integration/test
-sbt bin/test:assembly
-
-# Build Mill using SBT
-bin/target/mill devAssembly
-
-# Second build & run tests using Mill
-out/devAssembly/dest core.test
-out/devAssembly/dest scalalib.test
-out/devAssembly/dest scalajslib.test
-out/devAssembly/dest integration.test
-out/devAssembly/dest devAssembly