We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3673210 commit f4fdea6Copy full SHA for f4fdea6
.circleci/config.yml
@@ -6,6 +6,7 @@ jobs:
6
steps:
7
- checkout
8
- run: git submodule update --init --recursive
9
+ - run: apt-get update && apt-get -y install python3.6 && apt -y install python3-pip && pip3 install conan
10
- run: cmake -DCMAKE_BUILD_TYPE=Debug . && make
11
# Unfortunately need to disable leak sanitizer https://github.com/google/sanitizers/issues/916
12
# Still run all other ASAN components
0 commit comments