14 lines
253 B
YAML
14 lines
253 B
YAML
|
version: 2
|
||
|
jobs:
|
||
|
build:
|
||
|
docker:
|
||
|
- image: yshui/comptonci
|
||
|
steps:
|
||
|
- checkout
|
||
|
- run:
|
||
|
name: config
|
||
|
command: meson -Dbuild_docs=true . build
|
||
|
- run:
|
||
|
name: build
|
||
|
command: ninja -C build
|