summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-10-09 10:44:14 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2019-10-09 10:47:20 +0800
commit0f0f945abd365c9f6f83b3d315cea30eacb6ed51 (patch)
tree4b812b4f6650a42056aa31c2f712b3d7e4125925 /build.sc
parente21d5ab3526937619c59dd01114b48521eee9d26 (diff)
downloadcask-0f0f945abd365c9f6f83b3d315cea30eacb6ed51.tar.gz
cask-0f0f945abd365c9f6f83b3d315cea30eacb6ed51.tar.bz2
cask-0f0f945abd365c9f6f83b3d315cea30eacb6ed51.zip
Add test to verify `compress` decorator is properly passing through irrelevant results
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index f6ce6ae..dc7f051 100644
--- a/build.sc
+++ b/build.sc
@@ -23,6 +23,7 @@ import $file.example.variableRoutes.build
import $file.example.websockets.build
import $file.example.websockets2.build
import $file.example.websockets3.build
+import $file.example.websockets4.build
trait CaskModule extends ScalaModule with PublishModule{
def scalaVersion = "2.13.0"
@@ -122,7 +123,8 @@ object example extends Module{
object variableRoutes extends $file.example.variableRoutes.build.AppModule with LocalModule
object websockets extends $file.example.websockets.build.AppModule with LocalModule
object websockets2 extends $file.example.websockets2.build.AppModule with LocalModule
- object websockets3 extends $file.example.websockets2.build.AppModule with LocalModule
+ object websockets3 extends $file.example.websockets3.build.AppModule with LocalModule
+ object websockets4 extends $file.example.websockets4.build.AppModule with LocalModule
}
def publishVersion = T.input($file.ci.version.publishVersion)
@@ -167,6 +169,7 @@ def uploadToGithub(authKey: String) = T.command{
$file.example.websockets.build.millSourcePath,
$file.example.websockets2.build.millSourcePath,
$file.example.websockets3.build.millSourcePath,
+ $file.example.websockets4.build.millSourcePath,
)
for(example <- examples){
val f = T.ctx().dest