This commit is contained in:
Luca Bilke 2024-01-30 22:13:04 +01:00
parent 5e23df8d59
commit dd6d298fa0
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
st-final
pkg
*.xbps

View File

@ -5,11 +5,11 @@ when:
steps:
build:
image: gcc
environment:
- BUILD_DEPS=libx11-dev libxft-dev libfreetype6-dev libfontconfig1-dev libharfbuzz-dev libxcursor-dev
commands: |
apt-get update
apt-get install -y $${BUILD_DEPS}
apt-get install -y \
libx11-dev libxft-dev libfreetype6-dev \
libfontconfig1-dev libharfbuzz-dev libxcursor-dev
cp -f config.mk Makefile patches.h st-flexipatch/
flexipatch-finalizer/flexipatch-finalizer.sh -r -d st-flexipatch -o st-final
for patch in patches/*.diff; do