Update Drone build configuration.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
CismonX 2021-02-05 15:42:26 +08:00
parent 2b8eea108c
commit cf6640853e
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ steps:
- name: build - name: build
image: pureos/amber-slim image: pureos/amber-slim
commands: commands:
- apt -y update
- apt -y install build-essential autoconf automake libtool autoconf-archive dejagnu texinfo - apt -y install build-essential autoconf automake libtool autoconf-archive dejagnu texinfo
- autoreconf --install - autoreconf --install
- ./configure CFLAGS='-O0 -g -std=c99 -Wall -Wextra -Wpedantic --coverage' - ./configure CFLAGS='-O0 -g -std=c99 -Wall -Wextra -Wpedantic --coverage'