Files
lime/.travis.yml
Joshua Granick 426d322a18 Update CI script
2014-06-19 00:37:37 -07:00

26 lines
789 B
YAML

language: c++
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x32 -extension GLX"
- "export AUDIODEV=null"
- sudo add-apt-repository ppa:eyecreate/haxe -y
- sudo apt-get update
install:
- sudo apt-get install haxe -y --force-yes
- sudo apt-get install g++-multilib gcc-multilib
- sudo apt-get install mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev -y
- mkdir ~/haxelib
- haxelib setup ~/haxelib
- haxelib install hxcpp
- haxelib install lime-tools
- haxelib dev lime $(pwd)
script:
- haxelib run lime rebuild linux
notifications:
slack: openfl:ba3HbgtZflW8TNcJEQ1B4tAY