Clone of Bael'Zharon's Respite @ https://github.com/boardwalk/bzr

.travis.yml 254B

123456789101112
  1. language: cpp
  2. compiler: g++
  3. before_install:
  4. - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
  5. - sudo apt-get update -qq
  6. install:
  7. - sudo apt-get install -y ninja-build g++-4.9
  8. - ./install-deps.sh
  9. script:
  10. - ./make_ninja_build.py
  11. - ninja