We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ddc3f1 commit 4a453f3Copy full SHA for 4a453f3
.travis.yml
@@ -22,7 +22,7 @@ matrix:
22
project:
23
name: "pfnet-research/menoh"
24
description: "Menoh: DNN inference library"
25
- notification_email: sakai@preferred.jp
+ notification_email: menoh-oss@preferred.jp
26
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" .
27
build_command: make
28
branch_pattern: coverity_scan
0 commit comments