File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,11 @@ matrix:
26
26
name : " pfnet-research/menoh"
27
27
description : " Menoh: DNN inference library"
28
28
notification_email : menoh-oss@preferred.jp
29
- build_command_prepend : cov-configure --compiler /usr/bin/g++-7 --comptype g++ -- -march=native -fPIC -std=gnu++14 && cmake -DMKLDNN_INCLUDE_DIR="$HOME/mkl-dnn${MKL_DNN_INSTALL_SUFFIX}/include" -DMKLDNN_LIBRARY="$HOME/mkl-dnn${MKL_DNN_INSTALL_SUFFIX}/lib/libmkldnn.so" .
29
+ build_command_prepend : >-
30
+ cov-configure --compiler /usr/bin/g++-7 --comptype g++ -- -march=native -fPIC -std=gnu++14 &&
31
+ cmake
32
+ -DMKLDNN_INCLUDE_DIR="$HOME/mkl-dnn${MKL_DNN_INSTALL_SUFFIX}/include"
33
+ -DMKLDNN_LIBRARY="$HOME/mkl-dnn${MKL_DNN_INSTALL_SUFFIX}/lib/libmkldnn.so" .
30
34
build_command : make
31
35
branch_pattern : coverity_scan
32
36
- os : linux
You can’t perform that action at this time.
0 commit comments