summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-01-14 16:35:40 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-01-14 16:53:56 -0800
commitc3f1b0d5c1f523146c718bf9fbb14594893af8e9 (patch)
tree58e02e5d8e42c2ca91812046fc9f3a8f4af09e16 /ci
parent298d18bda6a9f6e795ac9b9e4c2eca50aa9118fe (diff)
downloadmill-c3f1b0d5c1f523146c718bf9fbb14594893af8e9.tar.gz
mill-c3f1b0d5c1f523146c718bf9fbb14594893af8e9.tar.bz2
mill-c3f1b0d5c1f523146c718bf9fbb14594893af8e9.zip
- Move synthetic SBT projects into `target` folder
- Update readme and `ci/` scripts to refer to new project layout - Remove stale `pprint.log`s
Diffstat (limited to 'ci')
-rwxr-xr-xci/test2.sh10
-rwxr-xr-xci/test3.sh2
2 files changed, 6 insertions, 6 deletions
diff --git a/ci/test2.sh b/ci/test2.sh
index 2ab4bca2..a3705bc5 100755
--- a/ci/test2.sh
+++ b/ci/test2.sh
@@ -8,8 +8,8 @@ git clean -xdf
sbt bin/test:assembly
# Run tests using
-bin/target/mill core.test
-bin/target/mill scalalib.test
-bin/target/mill scalajslib.test
-bin/target/mill integration.test
-bin/target/mill devAssembly
+target/bin/mill core.test
+target/bin/mill scalalib.test
+target/bin/mill scalajslib.test
+target/bin/mill integration.test
+target/bin/mill devAssembly
diff --git a/ci/test3.sh b/ci/test3.sh
index 91ce02b3..f7bbf9ad 100755
--- a/ci/test3.sh
+++ b/ci/test3.sh
@@ -9,7 +9,7 @@ git clean -xdf
sbt bin/test:assembly
# Build Mill using SBT
-bin/target/mill devAssembly
+target/bin/mill devAssembly
# Second build & run tests using Mill
out/devAssembly/dest core.test