From 05ce69baf2fda077f72296ff9f49fd013ea42d9d Mon Sep 17 00:00:00 2001 From: jiacai_wang Date: Tue, 29 Mar 2022 23:38:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index d8520fe..c811e39 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,4 +4,9 @@ steps: - name: test image: gcc:latest commands: + - wget https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/boost_1_77_0.tar.bz2 + - tar --bzip2 -xf boost_1_77_0.tar.bz2 + - cd boost_1_77_0 + - ./bootstrap.sh + - ./b2 install - make \ No newline at end of file