summaryrefslogtreecommitdiff
path: root/ci/test1.sh
diff options
context:
space:
mode:
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