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

* Install individual packages instead of build-essential
* Add `make dist`
This commit is contained in:
CismonX 2023-08-05 21:40:57 +08:00
parent 430e4e981a
commit c6cd759a8c
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ steps:
image: debian:bookworm-slim
commands:
- apt-get -y update && apt-get -y install
build-essential pkgconf autoconf automake libtool
gcc g++ make pkgconf autoconf automake libtool
autoconf-archive dejagnu texinfo libreadline-dev librime-dev
- mkdir build && cd build && autoreconf -i ..
- ../configure --with-readline --with-rime --enable-arif-debug
@ -23,3 +23,4 @@ steps:
CPPFLAGS='-D_POSIX_C_SOURCE=200112L'
- make
- make check
- make dist