diff options
author | chriseth <chris@ethereum.org> | 2018-11-14 18:11:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-14 18:11:41 +0800 |
commit | 17e81c6ecabe3be8f0553e13ab93393d7315a4d0 (patch) | |
tree | ec9c1a0c5f4b2202e30b43106aa5f79cc86f2338 /.circleci | |
parent | bf5b94587f5a6d4d631b91081608498a71362cf1 (diff) | |
parent | 74553efb69cedbd5b24e6594df0fbf525718659d (diff) | |
download | dexon-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.yml | 2 |
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: |