glfw/.travis.yml
2015-09-02 15:38:41 +03:00

14 lines
102 B
YAML

language: cpp
os:
- linux
sudo: true
before_script:
- sh install-deps.sh
script:
- cmake .
- make