更新 '.drone.yml'

This commit is contained in:
jiacai_wang 2022-03-30 09:33:29 +08:00
parent 9fa9d7ddd1
commit f454060a68

View File

@ -5,5 +5,6 @@ steps:
image: gcc:latest image: gcc:latest
commands: commands:
- apt-get update - apt-get update
- apt-get install -y libboost-all-dev - apt-get install -y libboost-test-dev
- mkdir obj
- make boosttest - make boosttest