From 8673c8d8e2b3ac0396313fee8700335f1ef082b6 Mon Sep 17 00:00:00 2001 From: CismonX Date: Wed, 26 Jul 2023 00:07:32 +0800 Subject: [PATCH] chore: update ci script --- .drone.yml | 8 ++++---- INSTALL.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2d366e5..ee323e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,12 +12,12 @@ name: default steps: - name: build - image: debian:bullseye-slim + image: debian:bookworm-slim commands: - - apt -y update && apt -y install - build-essential pkg-config autoconf automake libtool + - apt-get -y update && apt-get -y install + build-essential pkgconf autoconf automake libtool autoconf-archive dejagnu texinfo libreadline-dev librime-dev - - autoreconf -i && mkdir build && cd build + - mkdir build && cd build && autoreconf -i .. - ../configure --with-readline --with-rime --enable-arif-debug CFLAGS='-O0 -g -std=c99 -Wall -Wextra -Wpedantic -Wshadow' CPPFLAGS='-D_POSIX_C_SOURCE=200112L' diff --git a/INSTALL.md b/INSTALL.md index 8b3949c..d62984f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -41,8 +41,8 @@ Build and Install Example shell script: - autoreconf -i mkdir build && cd build + autoreconf -i .. ../configure --prefix=${HOME}/.local make make install