aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-11-14 18:11:41 +0800
committerGitHub <noreply@github.com>2018-11-14 18:11:41 +0800
commit17e81c6ecabe3be8f0553e13ab93393d7315a4d0 (patch)
treeec9c1a0c5f4b2202e30b43106aa5f79cc86f2338 /.circleci
parentbf5b94587f5a6d4d631b91081608498a71362cf1 (diff)
parent74553efb69cedbd5b24e6594df0fbf525718659d (diff)
downloaddexon-solidity-17e81c6ecabe3be8f0553e13ab93393d7315a4d0.tar.gz
dexon-solidity-17e81c6ecabe3be8f0553e13ab93393d7315a4d0.tar.zst
dexon-solidity-17e81c6ecabe3be8f0553e13ab93393d7315a4d0.zip
Merge pull request #5410 from ethereum/lll-build
Do not build LLL unless requested via the LLL cmake option
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index cf9c9212..dd0011c1 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -146,6 +146,7 @@ jobs:
TERM: xterm
CC: /usr/bin/clang-7
CXX: /usr/bin/clang++-7
+ CMAKE_OPTIONS: -DLLL=ON
steps:
- checkout
- run:
@@ -167,6 +168,7 @@ jobs:
xcode: "10.0.0"
environment:
TERM: xterm
+ CMAKE_OPTIONS: -DLLL=ON
steps:
- checkout
- run: