Compare commits

..

2 Commits

Author SHA1 Message Date
CismonX bbc1f850e5
update ci script
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2022-02-14 23:40:11 +08:00
CismonX dbce7a5cfc
update test 2022-02-14 23:39:23 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ steps:
image: pureos/byzantium
commands:
- apt -y update
- apt -y install build-essential autoconf automake dejagnu
- apt -y install wget build-essential autoconf automake dejagnu
- autoreconf --install
- ./configure CFLAGS='-O0 -g -std=c99 -Wall -Wextra -Wpedantic --coverage'
- make