From f47697c1da18407374cf11372af36c4960d80576 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 4 Feb 2018 11:44:29 -0800 Subject: Fix tests --- ci/test4.sh | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'ci/test4.sh') diff --git a/ci/test4.sh b/ci/test4.sh index fb3483e8..86e6ee29 100755 --- a/ci/test4.sh +++ b/ci/test4.sh @@ -12,15 +12,19 @@ git clean -xdf sbt bin/test:assembly # Build Mill using SBT -target/bin/mill --all _.publishLocal releaseAssembly +target/bin/mill --all \ + scalaworker.publishLocal \ + scalajslib.jsbridges[0.6].publishLocal \ + scalajslib.jsbridges[1.0].publishLocal \ + releaseAssembly -mv out/releaseAssembly ~/mill +mv out/releaseAssembly/dest/out.jar ~/mill-release git clean -xdf # Second build & run tests using Mill -~/mill --all {core,scalalib,scalajslib}.test devAssembly -~/mill integration.test mill.integration.AmmoniteTests -~/mill integration.test "mill.integration.{AcyclicTests,BetterFilesTests,JawnTests}" -~/mill devAssembly +~/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