temporarily disable patches in pipeline
ci/woodpecker/tag/woodpecker Pipeline failed
Details
ci/woodpecker/tag/woodpecker Pipeline failed
Details
This commit is contained in:
parent
ed0f9b0c3d
commit
09bedc24c8
|
@ -13,9 +13,9 @@ steps:
|
|||
libfreetype6-dev libfontconfig1-dev
|
||||
cp -f config.mk patches.h dwm-flexipatch/
|
||||
flexipatch-finalizer/flexipatch-finalizer.sh -r -d dwm-flexipatch -o dwm-final
|
||||
for patch in patches/*.diff; do
|
||||
patch -d dwm-final <"$patch"
|
||||
done
|
||||
# for patch in patches/*.diff; do
|
||||
# patch -d dwm-final <"$patch"
|
||||
# done
|
||||
cp -f config.h dwm-final/
|
||||
cd dwm-final || exit 1
|
||||
make clean install DESTDIR="$${CI_WORKSPACE}/pkg" PREFIX="/usr"
|
||||
|
|
Loading…
Reference in New Issue