Commit 55b83f67 authored by rusty1s's avatar rusty1s
Browse files

print dirs

parent ea30e084
...@@ -12,8 +12,14 @@ if [ "${TRAVIS_OS_NAME}" != "windows" ]; then ...@@ -12,8 +12,14 @@ if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
make make
else else
./vsgen.bat ./vsgen.bat
echo "--- BUILD"
ls build ls build
echo "--- WINDOWS"
ls build/windows ls build/windows
echo "--- LIBMETIS"
ls build/windows/libmetis
echo "--- RELEASE"
ls build/windows/libmetis/Release
fi fi
sudo make install sudo make install
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment