Skip to content
Snippets Groups Projects
Commit 6fe2266a authored by Arkadiusz Hiler's avatar Arkadiusz Hiler
Browse files

gitlab-ci: Compile using autotools


Let's make sure that IGT compiles with autotools.

Signed-off-by: default avatarArkadiusz Hiler <arkadiusz.hiler@intel.com>
Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 26494669
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,13 @@ build:tests-debian:
- meson $MESON_OPTIONS build
- ninja -C build
build:tests-debian-autotools:
image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-debian:latest
stage: build
script:
- ./autogen.sh --enable-{chamelium,audio,intel,amdgpu,nouveau,tests,runner}
- make -j
ninja:test:
stage: test
script:
......
......@@ -33,3 +33,11 @@ RUN apt-get install -t stretch-backports -y \
meson \
libdrm-dev \
libdrm-intel1
# autotools build deps
RUN apt-get install -y \
autoconf \
automake \
xutils-dev \
libtool \
make
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment