We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc030d1 commit f67c093Copy full SHA for f67c093
.travis.yml
@@ -26,7 +26,7 @@ matrix:
26
name: "pfnet-research/menoh"
27
description: "Menoh: DNN inference library"
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/include" -DMKLDNN_LIBRARY="$HOME/mkl-dnn/lib/libmkldnn.so" .
+ 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" .
30
build_command: make
31
branch_pattern: coverity_scan
32
- os: linux
0 commit comments