ulib/.drone.yml
tqcq e216514975
All checks were successful
continuous-integration/drone/push Build is passing
feature disable install
2023-11-16 15:54:03 +08:00

11 lines
322 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: xwtkdym/ubuntu:ci
commands:
- ls -alh
- cmake . -Bbuild -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=install
- cmake --build build --config Debug -- -j `nproc`
# - cmake --build build --config Debug --target install