mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 13:46:37 +00:00
Travis CI configuration
This commit is contained in:
parent
e990a20000
commit
38c91bc938
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
sudo: false
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- kubuntu-backports
|
||||||
|
packages:
|
||||||
|
- cmake
|
||||||
|
script:
|
||||||
|
- mkdir build
|
||||||
|
- cd build
|
||||||
|
- cmake ..
|
||||||
|
- make
|
Loading…
Reference in New Issue
Block a user