Compare commits

..

2 Commits

Author SHA1 Message Date
CismonX 45821e1f01
update test
continuous-integration/drone/push Build is failing Details
2022-02-14 23:35:20 +08:00
CismonX 8d7ff36db5
update ci script
continuous-integration/drone/push Build is failing Details
2022-02-14 23:32:26 +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 wget build-essential autoconf automake dejagnu
- apt -y install build-essential autoconf automake dejagnu
- autoreconf --install
- ./configure CFLAGS='-O0 -g -std=c99 -Wall -Wextra -Wpedantic --coverage'
- make