Commit 5288d2b7 authored by rusty1s's avatar rusty1s
Browse files

install make

parent 8e01fb7c
#!/bin/bash
if [ "${TRAVIS_OS_NAME}" = "windows" ]; then
choco install make
fi
METIS=metis-5.1.0
wget -nv http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/${METIS}.tar.gz
......
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