Skip to content

Commit ec61ff8

Browse files
committed
add logs for travis
1 parent 44593d4 commit ec61ff8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,18 @@ install:
5757
- python retrieve_data.py
5858
- python gen_test_data.py
5959
before_script:
60+
- |
61+
echo 'Checking library versions:'
62+
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
63+
gcc-7 --version
64+
g++-7 --version
65+
ldconfig -p
66+
fi
67+
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
68+
brew list --versions
69+
fi
70+
cmake --version
71+
make --version
6072
- ls -R $HOME/mkl-dnn
6173
script:
6274
#- if [ -f cov-int/build-log.txt ]; then cat cov-int/build-log.txt; fi

0 commit comments

Comments
 (0)