Change installation path in pipeline
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
a6db2ff005
commit
eef9e13a75
|
@ -5,7 +5,7 @@ steps:
|
|||
image: alpine
|
||||
commands: |
|
||||
apk add --no-cache build-base gcc xcb-util-dev pkgconfig >/dev/null
|
||||
make install DESTDIR="$CI_WORKSPACE/pkg"
|
||||
make install DESTDIR="$CI_WORKSPACE/pkg" PREFIX="/usr"
|
||||
|
||||
package-void:
|
||||
image: alpine
|
||||
|
|
Loading…
Reference in New Issue