File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ matrix:
53
53
notification_email : menoh-oss@preferred.jp
54
54
build_command_prepend : >-
55
55
cov-configure --compiler /usr/bin/g++-7 --comptype g++ -- -march=native -fPIC -std=gnu++14 &&
56
- cmake
57
- -DMKLDNN_INCLUDE_DIR="$HOME/mkl-dnn-${MKLDNN_VERSION}/include"
58
- -DMKLDNN_LIBRARY="$HOME/mkl-dnn-${MKLDNN_VERSION}/lib/libmkldnn.so" .
56
+ cmake
57
+ -DMKLDNN_INCLUDE_DIR="$HOME/mkl-dnn-${MKLDNN_VERSION}/include"
58
+ -DMKLDNN_LIBRARY="$HOME/mkl-dnn-${MKLDNN_VERSION}/lib/libmkldnn.so" .
59
59
build_command : make
60
60
branch_pattern : coverity_scan
61
61
before_install :
Original file line number Diff line number Diff line change @@ -81,5 +81,5 @@ function test_menoh() {
81
81
}
82
82
83
83
function check_menoh_artifact() {
84
- ldd ${PROJ_DIR} /build/menoh/libmenoh.so
84
+ docker_exec " ldd ${PROJ_DIR} /build/menoh/libmenoh.so"
85
85
}
You can’t perform that action at this time.
0 commit comments