update build stage

This commit is contained in:
Luca Bilke 2024-02-05 18:05:19 +01:00
parent 856a9d7094
commit 5f4bcf8f71
No known key found for this signature in database
GPG key ID: B753481DA0B6FA47

View file

@ -4,11 +4,12 @@ when:
steps:
build:
image: ghcr.io/void-linux/void-glibc
image: gcc
environment:
- BUILD_DEPS=base-devel libX11-devel libXinerama-devel libXft-devel libconfig-devel gpgme-devel libassuan-devel
- BUILD_DEPS=libx11-dev libxinerama-dev libxft-dev libfreetype6-dev libgpgme-dev libfontconfig1-dev libassuan-dev
commands: |
xbps-install -Sy $${BUILD_DEPS} >/dev/null 2>&1
apt-get update
apt-get install $${BUILD_DEPS}
make install DESTDIR="$${CI_WORKSPACE}/pkg" PREFIX="/usr"
package-xbps: