glfw/.travis.yml
Zbigniew Mandziejewicz ba2c5a7d06 Windows build
2015-10-05 05:20:13 +08:00

17 lines
202 B
YAML

language: cpp
os:
- linux
- osx
sudo: false
addons:
apt:
sources:
- kubuntu-backports
packages:
- cmake
script:
- cmake .
- cmake --build .