Skip to content

Commit 21e73ab

Browse files
committed
remove the indents in YAML file
1 parent 7a8e186 commit 21e73ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ matrix:
5353
notification_email: menoh-oss@preferred.jp
5454
build_command_prepend: >-
5555
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" .
5959
build_command: make
6060
branch_pattern: coverity_scan
6161
before_install:

.travis/init-build-linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ function test_menoh() {
8181
}
8282

8383
function check_menoh_artifact() {
84-
ldd ${PROJ_DIR}/build/menoh/libmenoh.so
84+
docker_exec "ldd ${PROJ_DIR}/build/menoh/libmenoh.so"
8585
}

0 commit comments

Comments
 (0)