mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
13 lines
183 B
YAML
13 lines
183 B
YAML
sudo: false
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- kubuntu-backports
|
|
packages:
|
|
- cmake
|
|
script:
|
|
- mkdir build
|
|
- cd build
|
|
- cmake ..
|
|
- make
|