.travis.yml 474 B

1234567891011121314
  1. language: cpp
  2. compiler:
  3. - gcc
  4. before_install:
  5. before_script:
  6. - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
  7. - sudo apt-get update -qq
  8. - sudo apt-get install -qq scons pkg-config libx11-dev libxcursor-dev build-essential libasound2-dev libfreetype6-dev libgl1-mesa-dev libglu-dev
  9. - if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
  10. - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
  11. script: scons platform=x11