language: cpp compiler: gcc before_install: - sudo apt-get update -qq - sudo apt-get install -y libsdl1.2-dev script: make && make testing