testing new image, intend to switch to void docker
This commit is contained in:
parent
11158091e9
commit
af2eb630e7
|
@ -7,9 +7,11 @@ steps:
|
||||||
wget http://repo-default.voidlinux.org/static/xbps-static-latest.x86_64-musl.tar.xz
|
wget http://repo-default.voidlinux.org/static/xbps-static-latest.x86_64-musl.tar.xz
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: alpine
|
image: gcc
|
||||||
|
environment:
|
||||||
|
- BUILD_DEPS="pkgconf libxcb-util-dev"
|
||||||
commands: |
|
commands: |
|
||||||
apk add --no-cache build-base gcc xcb-util-dev pkgconfig >/dev/null
|
apt install -y $${BUILD_DEPS}
|
||||||
make install DESTDIR="$${CI_WORKSPACE}/pkg" PREFIX="/usr"
|
make install DESTDIR="$${CI_WORKSPACE}/pkg" PREFIX="/usr"
|
||||||
|
|
||||||
package-xbps:
|
package-xbps:
|
||||||
|
|
Loading…
Reference in New Issue