summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2016-10-14 21:17:01 -0500
committerRene Rivera <grafikrobot@gmail.com>2016-10-14 23:42:07 -0500
commit4cca047cc9d956714e57f85270e5834629120d1b (patch)
treed6520466d67cfb73caa14f0ceb222ce7a90de7b5 /circle.yml
parentf7fab0ea167201a235c694d6e359a1447f17f2ed (diff)
downloadboost-4cca047cc9d956714e57f85270e5834629120d1b.tar.gz
Need to also adjust NL var for smaller parallel builds.
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index b56edd8f16..58b62503b2 100644
--- a/circle.yml
+++ b/circle.yml
@@ -7,7 +7,7 @@
machine:
environment:
SCRIPT_N: ci_boost_release ci_boost_release
- EOL_N: NA NA LF CRLF
+ EOL_N: LF CRLF
pre:
- |
wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_common.py" -P ${HOME}