From 00d0f979e2facd2c5d12d06dd2dc70c0b14c3c1f Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 4 Feb 2018 20:41:28 -0800 Subject: Cleanup --- ci/test4.sh | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100755 ci/test4.sh (limited to 'ci/test4.sh') diff --git a/ci/test4.sh b/ci/test4.sh deleted file mode 100755 index 52fc053d..00000000 --- a/ci/test4.sh +++ /dev/null @@ -1,31 +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 --all \ - moduledefs.publishLocal \ - core.publishLocal \ - scalalib.publishLocal \ - scalaworker.publishLocal \ - scalajslib.publishLocal \ - scalajslib.jsbridges[0.6].publishLocal \ - scalajslib.jsbridges[1.0].publishLocal \ - releaseAssembly - -mv out/releaseAssembly/dest/out.jar ~/mill-release - -git clean -xdf - -# Second build & run tests using Mill - -~/mill-release --all {core,scalalib,scalajslib}.test devAssembly -~/mill-release integration.test mill.integration.AmmoniteTests -~/mill-release integration.test "mill.integration.{AcyclicTests,BetterFilesTests,JawnTests}" -~/mill-release devAssembly -- cgit v1.2.3