Skip to content

Commit 55ce4a2

Browse files
author
Joan Massich
committed
[to remove] Make travis show some extra info for the sake of argument
1 parent 6b60c50 commit 55ce4a2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ before_install:
7373
fi
7474
7575
script:
76+
- ${MKLROOT}/tools/mkl_link_tool -libs --parallel=no --compiler=gnu_c --os=lnx --arch=intel64 --linking=static --interface=lp64
77+
- ${MKLROOT}/tools/mkl_link_tool -libs --parallel=yes --compiler=gnu_c --os=lnx --arch=intel64 --linking=static --interface=lp64
7678
- cd ${TRAVIS_BUILD_DIR}
7779
- mkdir -p build && cd build
7880
- export CMAKE_OPTIONS="-DCMAKE_CXX_STANDARD=11 -DBLA_VENDOR=$BACKEND"
@@ -83,7 +85,7 @@ script:
8385
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then echo $LD_LIBRARY_PATH; fi
8486
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then echo $DYLD_LIBRARY_PATH; fi
8587
- echo "cmake .. ${CMAKE_OPTIONS}"
86-
- cmake .. ${CMAKE_OPTIONS}
88+
- cmake .. ${CMAKE_OPTIONS} --debug-trycompile
8789
- make VERBOSE=1
8890
# - cmake --build .
8991
- |

0 commit comments

Comments
 (0)