update ci script
parent
dbce7a5cfc
commit
bbc1f850e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue