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

14 lines
104 B
YAML

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