chore: update ci script
continuous-integration/drone Build is failing Details

* change runner container image to debian
* build with librime
This commit is contained in:
CismonX 2023-02-20 13:45:46 +08:00
parent 70843c6670
commit 0b316efb60
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
1 changed files with 3 additions and 3 deletions

View File

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