summaryrefslogtreecommitdiff
path: root/ci/test3.sh
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-04 20:41:28 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-04 20:47:46 -0800
commit00d0f979e2facd2c5d12d06dd2dc70c0b14c3c1f (patch)
treeeaa85b4b7fe6ec513f8545d5e1e43954e6e011ce /ci/test3.sh
parent74c4751ffc5abcc08f6dae0a336d76549161b444 (diff)
downloadmill-00d0f979e2facd2c5d12d06dd2dc70c0b14c3c1f.tar.gz
mill-00d0f979e2facd2c5d12d06dd2dc70c0b14c3c1f.tar.bz2
mill-00d0f979e2facd2c5d12d06dd2dc70c0b14c3c1f.zip
Cleanup
Diffstat (limited to 'ci/test3.sh')
-rwxr-xr-xci/test3.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/ci/test3.sh b/ci/test3.sh
deleted file mode 100755
index 5b3b1a28..00000000
--- a/ci/test3.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env bash
-
-set -eux
-
-# Starting from scratch...
-git clean -xdf
-
-# First build using SBT
-sbt bin/test:assembly
-
-# Build Mill using SBT
-target/bin/mill devAssembly
-
-# Second build & run tests using Mill
-
-out/devAssembly/dest/out.jar --all {core,scalalib,scalajslib}.test devAssembly
-out/devAssembly/dest/out.jar integration.test mill.integration.AmmoniteTests
-out/devAssembly/dest/out.jar integration.test "mill.integration.{AcyclicTests,BetterFilesTests,JawnTests}"
-out/devAssembly/dest/out.jar devAssembly