Compare commits

..

2 Commits

Author SHA1 Message Date
bbc1f850e5
update ci script
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2022-02-14 23:40:11 +08:00
dbce7a5cfc
update test 2022-02-14 23:39:23 +08:00

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