ulib/.drone.yml

10 lines
206 B
YAML
Raw Normal View History

2023-11-16 15:36:29 +08:00
kind: pipeline
type: docker
name: default
steps:
- name: build
image: xwtkdym/ubuntu:ci
commands:
- cmake . -Bbuild
- cmake --build build --target
- cmake --build build --install