boosttest/.drone.yml

9 lines
158 B
YAML
Raw Normal View History

2022-03-29 23:17:31 +08:00
kind: pipeline
name: default
steps:
- name: test
2022-03-29 23:18:39 +08:00
image: gcc:latest
2022-03-29 23:20:35 +08:00
commands:
2022-03-30 09:13:46 +08:00
- apt-get update
2022-03-30 09:17:06 +08:00
- apt-get install -y libboost-all-dev
2022-03-30 09:10:21 +08:00
- make boosttest