update pipeline
This commit is contained in:
parent
b4eaf3fa85
commit
7deb32a08c
|
@ -36,16 +36,10 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
set -xeu
|
set -xeu
|
||||||
cp -f config.mk patches.h dwm-flexipatch/
|
make clean install DESTDIR="${GITHUB_WORKSPACE}/pkg" PREFIX="/usr"
|
||||||
bash flexipatch-finalizer/flexipatch-finalizer.sh -r -d dwm-flexipatch -o dwm-final
|
|
||||||
for patch in patches/*.diff; do
|
|
||||||
patch -d dwm-final <"$patch"
|
|
||||||
done
|
|
||||||
cp -f config.h dwm-final
|
|
||||||
cd dwm-final && make clean install DESTDIR="${GITHUB_WORKSPACE}/pkg" PREFIX="/usr"
|
|
||||||
|
|
||||||
- name: Create package
|
- name: Create package
|
||||||
run : |
|
run: |
|
||||||
set -xeu
|
set -xeu
|
||||||
export XBPS_TARGET_ARCH=${{ env.ARCH }}
|
export XBPS_TARGET_ARCH=${{ env.ARCH }}
|
||||||
mkdir /target
|
mkdir /target
|
||||||
|
|
Loading…
Reference in New Issue