boosttest/.drone.yml

11 lines
243 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 13:05:19 +08:00
- sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list
2022-03-30 09:13:46 +08:00
- apt-get update
2022-03-30 09:33:29 +08:00
- apt-get install -y libboost-test-dev
2022-03-30 12:47:24 +08:00
- make boosttest