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 <alexandros.frantzis@collabora.com>
Reviewed-by: <Gurchetan Singh gurchetansingh@chromium.org>
Reviewed-By: Gert Wollny <gert.wollny@collabora.com>
macos/master
Alexandros Frantzis 6 years ago committed by Gert Wollny
parent 2bcbf943f2
commit c47c1f45d4
  1. 2
      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

Loading…
Cancel
Save