ulib/.drone.yml
tqcq be46b988d1
Some checks failed
continuous-integration/drone Build is failing
feature test drone
2023-11-16 15:36:29 +08:00

10 lines
206 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: xwtkdym/ubuntu:ci
commands:
- cmake . -Bbuild
- cmake --build build --target
- cmake --build build --install