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