aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-07-20 16:10:35 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-07-20 17:30:50 +0200
commit8d266198c5ef3fd82511a6c6882d94bf5d7e50e4 (patch)
tree20250b27e713550a7d367c812a889110615a42d4 /scripts
parentfa3265e37a1e480861cc09102ec0dc94dd4a7557 (diff)
downloaddotty-8d266198c5ef3fd82511a6c6882d94bf5d7e50e4.tar.gz
dotty-8d266198c5ef3fd82511a6c6882d94bf5d7e50e4.tar.bz2
dotty-8d266198c5ef3fd82511a6c6882d94bf5d7e50e4.zip
Enable -Ycheck:all in Jenkins.
Done by setting an environment variable and checking it in runtime. This enables Ycheck:all for all kinds of tests, including partest.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/common b/scripts/common
index 4924538f0..a51a60a01 100755
--- a/scripts/common
+++ b/scripts/common
@@ -14,4 +14,4 @@ update() {
export LC_ALL=en_US.UTF-8
-sbtArgs="-Ddotty.travis.build=yes -Dfile.encoding=UTF-8 -ivy $baseDir/ivy2 -Dsbt.global.base=$HOME/.sbt/0.13 -sbt-dir $HOME/.sbt/0.13"
+sbtArgs="-Ddotty.jenkins.build=yes -Dfile.encoding=UTF-8 -ivy $baseDir/ivy2 -Dsbt.global.base=$HOME/.sbt/0.13 -sbt-dir $HOME/.sbt/0.13"