mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
17 lines
202 B
YAML
17 lines
202 B
YAML
language: cpp
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
sudo: false
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- kubuntu-backports
|
|
packages:
|
|
- cmake
|
|
script:
|
|
- cmake .
|
|
- cmake --build .
|