更新 '.drone.yml'

This commit is contained in:
jiacai_wang 2022-03-30 09:10:21 +08:00
parent 05ce69baf2
commit 000066e76b

View File

@ -4,9 +4,5 @@ steps:
- name: test - name: test
image: gcc:latest image: gcc:latest
commands: commands:
- wget https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/boost_1_77_0.tar.bz2 - apt-get install libboost-all-dev
- tar --bzip2 -xf boost_1_77_0.tar.bz2 - make boosttest
- cd boost_1_77_0
- ./bootstrap.sh
- ./b2 install
- make