提交 ab7bb63f 编写于 作者: B BUG1989

fix codecov bug

上级 c774d7f9
......@@ -54,6 +54,15 @@ jobs:
run: sudo apt-get install libopencv-dev
- name: lcov
run: sudo apt-get install lcov
- name: tim-vx
run: |
git clone https://github.com/VeriSilicon/TIM-VX.git
mkdir -p ./3rdparty/tim-vx/lib/x86_64
mkdir -p ./3rdparty/tim-vx/include
cp -rf ./TIM-VX/include/* ./3rdparty/tim-vx/include/
cp -rf ./TIM-VX/src ./src/dev/tim-vx/
cp -rf ./TIM-VX/prebuilt-sdk/x86_64_linux/include/* ./3rdparty/tim-vx/include/
cp -rf ./TIM-VX/prebuilt-sdk/x86_64_linux/lib/* ./3rdparty/tim-vx/lib/x86_64/
- name: configure
run: mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=debug -DTENGINE_ENABLE_TIM_VX=ON -DTENGINE_ENABLE_TIM_VX_INTEGRATION=ON -DTENGINE_COVERAGE=ON ..
- name: build
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册