From bbc1f850e52ea248bd25a9628d04982372f35392 Mon Sep 17 00:00:00 2001 From: CismonX Date: Mon, 14 Feb 2022 23:40:11 +0800 Subject: [PATCH] update ci script --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ebf31b8..8b1cbf1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,9 +12,10 @@ name: default steps: - name: build - image: pureos/amber-slim + image: pureos/byzantium commands: - - apt -y install build-essential autoconf automake dejagnu + - apt -y update + - apt -y install wget build-essential autoconf automake dejagnu - autoreconf --install - ./configure CFLAGS='-O0 -g -std=c99 -Wall -Wextra -Wpedantic --coverage' - make