mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
Travis
This commit is contained in:
parent
6123937bde
commit
1bd6310c5b
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
||||
language: cpp
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
sudo: true
|
||||
|
||||
install:
|
||||
- cmake .
|
||||
- make
|
||||
- sudo make install
|
Loading…
Reference in New Issue
Block a user