From 1c4fb807026b8a223369e38ccc60dbf4a6e1e380 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 9 Dec 2023 15:18:51 -0600 Subject: [PATCH] Remove debug build from GitLab CI --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 835db92f..272afad0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,5 +21,4 @@ build: - apt update && apt -y install make cmake ninja-build pkg-config xorg-dev libgtk-3-dev python3 python3-mypy script: - make purge configure-release test install - - make purge configure-debug test install - make purge configure-asan test install