From f454060a68e2700a94815d32f16ec71bedd2dd9b Mon Sep 17 00:00:00 2001 From: jiacai_wang Date: Wed, 30 Mar 2022 09:33:29 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fc49709..b5137a3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,5 +5,6 @@ steps: image: gcc:latest commands: - apt-get update - - apt-get install -y libboost-all-dev + - apt-get install -y libboost-test-dev + - mkdir obj - make boosttest \ No newline at end of file