This repository has been archived on 2019-08-08. You can view files and clone it, but cannot push or open issues/pull-requests.
PILG/.travis.yml

8 lines
154 B
YAML

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