Commit b39f6f9c authored by rusty1s's avatar rusty1s
Browse files

fixed windows

parent 4df56708
......@@ -7,11 +7,12 @@ tar -xvzf ${METIS}.tar.gz
cd ${METIS} || exit
sed -i.bak -e 's/IDXTYPEWIDTH 32/IDXTYPEWIDTH 64/g' include/metis.h
if [ "${TRAVIS_OS_NAME}" = "windows" ]; then
if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
make config
make
sudo make install
else
./vsgen
./vsgen.bat
fi
cd ..
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