mirror of
https://github.com/kennethreitz/super-sphere.git
synced 2026-06-21 07:20:59 +00:00
7 lines
140 B
YAML
7 lines
140 B
YAML
image: mfcula/love-cmake:v1
|
|
pipelines:
|
|
default:
|
|
- step:
|
|
script:
|
|
- cmake -G"Ninja" -H. -Bout
|
|
- ninja -C out |