aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-01-15 14:44:26 +0100
committerLoïc Hoguin <[email protected]>2016-01-15 14:44:26 +0100
commit8fd7364517c571b96537a0595c9fac5d31b08b86 (patch)
treef62f6f83860f3c5d0a3f003b119b7f021bf2d2c3 /circle.yml
parente84e06d8f9b8138da676d0a56facd16a7c8e28c6 (diff)
downloadcowboy-8fd7364517c571b96537a0595c9fac5d31b08b86.tar.gz
cowboy-8fd7364517c571b96537a0595c9fac5d31b08b86.tar.bz2
cowboy-8fd7364517c571b96537a0595c9fac5d31b08b86.zip
Try an experimental Erlang.mk CI feature
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 e443341..387156a 100644
--- a/circle.yml
+++ b/circle.yml
@@ -13,7 +13,7 @@ dependencies:
- sudo apt-get install autoconf2.59
- cd $HOME/bin && ln -s /usr/bin/autoconf2.59 autoconf
- cd $HOME/bin && ln -s /usr/bin/autoheader2.59 autoheader
- - MAKEFLAGS="-j 32" make ci-prepare:
+ - KERL_MAKEFLAGS="-j 32 -O" make ci-prepare:
timeout: 3600
test: