summaryrefslogtreecommitdiff
path: root/ci/test1.sh
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-04 11:44:29 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-04 13:29:30 -0800
commitf47697c1da18407374cf11372af36c4960d80576 (patch)
tree14dd0fe05a01eacd9b1ee8f655e7173410446aed /ci/test1.sh
parent2536dc8c071c7c0fc41a0bd806d91ecad300f27c (diff)
downloadmill-f47697c1da18407374cf11372af36c4960d80576.tar.gz
mill-f47697c1da18407374cf11372af36c4960d80576.tar.bz2
mill-f47697c1da18407374cf11372af36c4960d80576.zip
Fix tests
Diffstat (limited to 'ci/test1.sh')
-rwxr-xr-xci/test1.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/ci/test1.sh b/ci/test1.sh
new file mode 100755
index 00000000..f77456f7
--- /dev/null
+++ b/ci/test1.sh
@@ -0,0 +1,11 @@
+#!/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