From 000066e76b488f896ec62f56e63a5f3813ec53ce Mon Sep 17 00:00:00 2001 From: jiacai_wang Date: Wed, 30 Mar 2022 09:10:21 +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 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index c811e39..833454e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,9 +4,5 @@ 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 + - apt-get install libboost-all-dev + - make boosttest \ No newline at end of file