From ed8378ef5311a1bc11ac4eef629d343a02a6acb5 Mon Sep 17 00:00:00 2001 From: Robert Foss Date: Tue, 11 Dec 2018 14:42:08 +0100 Subject: [PATCH] ci: Remove previosuly disabled & redundant CTS build cmds Reviewed-By: Gert Wollny Signed-off-by: Robert Foss Signed-off-by: Jakob Bornecrantz --- ci/run-tests.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ci/run-tests.sh b/ci/run-tests.sh index a8e844c..ba1e0e2 100755 --- a/ci/run-tests.sh +++ b/ci/run-tests.sh @@ -60,13 +60,6 @@ if [ -f /virglrenderer/results/regressions_detected ]; then exit 1 fi -: ' -cd /VK-GL-CTS/build -#cmake -DDEQP_TARGET=x11_egl -DCMAKE_BUILD_TYPE=Release .. -make -j$NUM_THREADS -cp -rf * /usr/local/VK-GL-CTS/. -' - ccache -s