Commit e26cd43e authored by mercury233's avatar mercury233

mac test

parent cd9cfc52
......@@ -34,7 +34,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update;
brew install freetype libevent sqlite dylibbundler;
sudo mv /usr/local/include/freetype2 /usr/include/freetype2;
sudo cp -r /usr/local/include/freetype2 /usr/include/freetype2;
sudo rm -rf /usr/local/include/*; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mkdir irrlicht ; cd irrlicht ; curl --retry 5 --location https://github.com/moecube/irrlicht/releases/download/test/irrlicht-mycard-mac.tar.gz | tar zfx - ; cp libIrrlicht.a /usr/local/lib/ ; sudo cp -r include /usr/local/include/irrlicht ; cd .. ; fi
......
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