Fix Coverity Scan build

This commit is contained in:
Anton Kochkov 2019-12-09 13:15:46 +08:00 committed by GitHub
parent a50a8939ef
commit c14e4c6d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,9 +23,12 @@ jobs:
- name: CMake
run: |
scripts/fetch_deps.sh
source cutter-deps/env.sh
export LD_LIBRARY_PATH="`llvm-config --libdir`:$LD_LIBRARY_PATH"
mkdir build
cd build
cmake
cmake -DCUTTER_USE_BUNDLED_RADARE2=ON ../src
- name: Build with cov-build
run: |