git repos / blockattack-game

.travis.yml

browsing at commit = 5320320068040ffe7ea7e2a79b5d7c2d3988cb1b

raw · blame · history

language: cpp

addons:
  apt:
    sources:
    - ubuntu-toolchain-r-test
    - boost-latest
    packages:
    - g++-4.9
    - build-essential
    - libsdl2-dev
    - libsdl2-image-dev
    - libsdl2-mixer-dev
    - libsdl2-ttf-dev
    - libenet-dev
    - libphysfs-dev
    - libboost1.55-dev
    - libjsoncpp-dev
    - scons

cache:
  apt: true


install:
  - export CXX="g++-4.9"

script: ./travis_build.script

notifications:
  email: false