summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-01-14 17:28:31 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-01-14 17:28:31 -0800
commit606119317bf28b7029dbd40e04fda04c4fb1c7a5 (patch)
treecb0a0fa621673391cd9459fe9ea914d7f4140b2b /ci
parentc3f1b0d5c1f523146c718bf9fbb14594893af8e9 (diff)
downloadmill-606119317bf28b7029dbd40e04fda04c4fb1c7a5.tar.gz
mill-606119317bf28b7029dbd40e04fda04c4fb1c7a5.tar.bz2
mill-606119317bf28b7029dbd40e04fda04c4fb1c7a5.zip
- Tweak Scalajs LinkerBridge project layout to match Mill defaults
- Update `build.sc`, `build.sbt` and `ci/` scripts
Diffstat (limited to 'ci')
-rwxr-xr-xci/test2.sh6
-rwxr-xr-xci/test3.sh6
2 files changed, 2 insertions, 10 deletions
diff --git a/ci/test2.sh b/ci/test2.sh
index a3705bc5..28fa65cd 100755
--- a/ci/test2.sh
+++ b/ci/test2.sh
@@ -8,8 +8,4 @@ git clean -xdf
sbt bin/test:assembly
# Run tests using
-target/bin/mill core.test
-target/bin/mill scalalib.test
-target/bin/mill scalajslib.test
-target/bin/mill integration.test
-target/bin/mill devAssembly
+target/bin/mill --all {core,scalalib,scalajslib,integration}.test devAssembly
diff --git a/ci/test3.sh b/ci/test3.sh
index f7bbf9ad..0be934c1 100755
--- a/ci/test3.sh
+++ b/ci/test3.sh
@@ -12,8 +12,4 @@ sbt bin/test:assembly
target/bin/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
+out/devAssembly/dest --all {core,scalalib,scalajslib,integration}.test devAssembly