update ci script
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

This commit is contained in:
CismonX 2022-02-14 23:40:11 +08:00
parent dbce7a5cfc
commit bbc1f850e5
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
1 changed files with 3 additions and 2 deletions

View File

@ -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