Commit 1238d9fe authored by 神楽坂玲奈's avatar 神楽坂玲奈

travis

parent a32e2977
......@@ -4,6 +4,7 @@ os:
- osx
sudo: required
dist: trusty
osx_image: xcode7.1
git:
submodules: false
addons:
......@@ -26,7 +27,7 @@ before_install:
- git submodule update --init --recursive
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install premake freetype libevent sqlite irrlicht lua; fi
install:
script:
- premake4 gmake
- cd build
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cat /etc/ld.so.conf.d/*; sed -i 's/-llua/-llua5.2/g' ygopro.make; 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