diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-10-16 09:59:43 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-10-16 09:59:53 +0200 |
commit | 0db9190dd147196531b16a050fb7a019dd1873af (patch) | |
tree | f52a08b2313ee620f80f895aafa212b77f76c8be | |
parent | ca2a2a4dd1271541017cd6ab382b671c0c893641 (diff) | |
download | tmwa-0db9190dd147196531b16a050fb7a019dd1873af.tar.gz tmwa-0db9190dd147196531b16a050fb7a019dd1873af.tar.bz2 tmwa-0db9190dd147196531b16a050fb7a019dd1873af.tar.xz tmwa-0db9190dd147196531b16a050fb7a019dd1873af.zip |
CI: Disable 'make test' job for CMake project
Tests are not supported by the CMake project for now.
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5bfe6a5..0368723 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,7 +112,8 @@ re:ubuntu2204-attoconf:test: - cd build-atto - make test -re:ubuntu2204:test: +# Disabled. Tests are not supported yet by the CMake project. +.re:ubuntu2204:test: <<: *prerequisites stage: test image: ubuntu:22.04 |