mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
14 lines
104 B
YAML
14 lines
104 B
YAML
language: cpp
|
|
|
|
os:
|
|
- linux
|
|
|
|
sudo: true
|
|
|
|
before_install:
|
|
- sh install-deps.sh
|
|
|
|
install:
|
|
- cmake .
|
|
- make
|