Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
- cd _build
- meson configure
- ninja -j4
- - ninja test
+ - LC_ALL=C.UTF-8 ninja test
.scons-build:
extends: .build
libelf-dev \
libunwind8-dev \
libglvnd-dev \
- python2.7 \
- python-pip \
- python-setuptools \
- python-wheel \
- python3.5 \
- python3-pip \
- python3-setuptools \
- python3-wheel \
- ninja-build
+ python-mako \
+ python3-mako \
+ meson \
+ scons
apt-get install -y \
libxcb-randr0
tar -xvf $WAYLAND_PROTOCOLS_VERSION.tar.xz && rm $WAYLAND_PROTOCOLS_VERSION.tar.xz
(cd $WAYLAND_PROTOCOLS_VERSION && ./configure && make install) && rm -rf $WAYLAND_PROTOCOLS_VERSION
-pip3 install 'meson>=0.49'
-pip2 install 'scons>=2.4'
-
-pip2 install mako
-pip3 install mako
-
# Use ccache to speed up builds
apt-get install -y ccache