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
|
libfreetype6-dev libfontconfig1-dev
|
||||||
cp -f config.mk patches.h dwm-flexipatch/
|
cp -f config.mk patches.h dwm-flexipatch/
|
||||||
flexipatch-finalizer/flexipatch-finalizer.sh -r -d dwm-flexipatch -o dwm-final
|
flexipatch-finalizer/flexipatch-finalizer.sh -r -d dwm-flexipatch -o dwm-final
|
||||||
for patch in patches/*.diff; do
|
# for patch in patches/*.diff; do
|
||||||
patch -d dwm-final <"$patch"
|
# patch -d dwm-final <"$patch"
|
||||||
done
|
# done
|
||||||
cp -f config.h dwm-final/
|
cp -f config.h dwm-final/
|
||||||
cd dwm-final || exit 1
|
cd dwm-final || exit 1
|
||||||
make clean install DESTDIR="$${CI_WORKSPACE}/pkg" PREFIX="/usr"
|
make clean install DESTDIR="$${CI_WORKSPACE}/pkg" PREFIX="/usr"
|
||||||
|
|
Loading…
Reference in New Issue