|
|
@ -29,7 +29,7 @@ container_prep: |
|
|
|
stage: build |
|
|
|
stage: build |
|
|
|
image: $DEBIAN_CONTAINER_IMAGE |
|
|
|
image: $DEBIAN_CONTAINER_IMAGE |
|
|
|
before_script: |
|
|
|
before_script: |
|
|
|
- git clone --depth=1 git://anongit.freedesktop.org/git/wayland/wayland-protocols |
|
|
|
- git clone --depth=1 https://gitlab.freedesktop.org/wayland/wayland-protocols |
|
|
|
- export WAYLAND_PROTOCOLS_DIR="$(pwd)/prefix-wayland-protocols" |
|
|
|
- export WAYLAND_PROTOCOLS_DIR="$(pwd)/prefix-wayland-protocols" |
|
|
|
- export PKG_CONFIG_PATH="$WAYLAND_PROTOCOLS_DIR/share/pkgconfig:$PKG_CONFIG_PATH" |
|
|
|
- export PKG_CONFIG_PATH="$WAYLAND_PROTOCOLS_DIR/share/pkgconfig:$PKG_CONFIG_PATH" |
|
|
|
- export MAKEFLAGS="-j4" |
|
|
|
- export MAKEFLAGS="-j4" |
|
|
|