boosttest/.drone.yml
wangjiacai ab6219535c
All checks were successful
continuous-integration/drone/push Build is passing
更新 .drone.yml
2024-09-14 00:18:29 +08:00

10 lines
160 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: gcc:latest
commands:
- apt-get update
- apt-get install -y libboost-test-dev
- make boosttest