chore: update ci script

This commit is contained in:
CismonX 2023-05-09 12:06:14 +08:00
parent 8e51ed75c5
commit c0cb8c9fde
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
1 changed files with 2 additions and 3 deletions

View File

@ -14,12 +14,11 @@ steps:
- name: build
image: debian:bullseye-slim
commands:
- apt -y update
- apt -y install
- apt -y update && apt -y install
build-essential pkg-config autoconf automake libtool
autoconf-archive dejagnu texinfo libreadline-dev librime-dev
- autoreconf -i && mkdir build && cd build
- ../configure --with-readline --with-rime --enable-debug
- ../configure --with-readline --with-rime --enable-arif-debug
CFLAGS='-O0 -g -std=c99 -Wall -Wextra -Wpedantic -Wshadow'
CPPFLAGS='-D_POSIX_C_SOURCE=200112L'
- make