From c47c1f45d4d39381109dcf4beb440adc560c6035 Mon Sep 17 00:00:00 2001 From: Alexandros Frantzis Date: Mon, 18 Mar 2019 10:42:31 +0200 Subject: [PATCH] ci: Build CTS with x11_egl_glx target Build CTS with support for both EGL and GLX, so that we can run both GLES and desktop GL tests. Signed-off-by: Alexandros Frantzis Reviewed-by: Reviewed-By: Gert Wollny --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index bd7c99b..fdd6fdd 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -113,7 +113,7 @@ RUN git clone --shallow-since="$GIT_DATE" https://github.com/KhronosGroup/VK-GL- python3 external/fetch_sources.py && \ mkdir build && \ cd build && \ - cmake -DDEQP_TARGET=x11_egl -DCMAKE_BUILD_TYPE=Release .. && \ + cmake -DDEQP_TARGET=x11_egl_glx -DCMAKE_BUILD_TYPE=Release .. && \ make -j$(nproc) && \ find . -name CMakeFiles | xargs rm -rf && \ find . -name lib\*.a | xargs rm -rf