diff options
author | chriseth <chris@ethereum.org> | 2018-11-13 23:14:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-13 23:14:27 +0800 |
commit | aa7dc60ef644c01907e132e6d5720ffddf7c9e97 (patch) | |
tree | fea285ad99b659b85ebdc1183678b6e84d17a2ad | |
parent | 8ed2e02407cd9ad483d1645ffb67df83b339af3d (diff) | |
parent | 5effc0eeb9cd5158b906facde69a3c4d52d95314 (diff) | |
download | dexon-solidity-aa7dc60ef644c01907e132e6d5720ffddf7c9e97.tar.gz dexon-solidity-aa7dc60ef644c01907e132e6d5720ffddf7c9e97.tar.zst dexon-solidity-aa7dc60ef644c01907e132e6d5720ffddf7c9e97.zip |
Merge pull request #5342 from Mordax/issue-5177
Disable coverage cmake option
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 2967e1fb..cf9c9212 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -122,7 +122,7 @@ jobs: - image: buildpack-deps:artful environment: TERM: xterm - CMAKE_OPTIONS: -DCOVERAGE=ON + CMAKE_OPTIONS: -DCOVERAGE=OFF steps: - checkout - run: |