diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3e1978b1..92699aeda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,10 +18,12 @@ build: before_script: - apt update && apt -y install make cmake ninja-build pkg-config xorg-dev libgtk-3-dev python3 python3-mypy script: - - make purge configure-debug install + - make purge configure-release install # run tests using the binary built before test: stage: test script: - - make test + - make configure-release test + - make configure-debug test + - make configure-asan test