diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-09-30 03:45:39 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-09-30 03:45:39 +0200 |
commit | 1ea5449c18c84965d87c2dd733764f5a9aa438a7 (patch) | |
tree | df9c3657ecceb336c02fa45d3383d9784e21cc70 | |
parent | Automatically switch to threading when replying (diff) | |
download | nheko-1ea5449c18c84965d87c2dd733764f5a9aa438a7.tar.xz |
Disable manpage on debian
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2d5e7da..b314d465 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,6 +96,7 @@ build-gcc10: -DCMAKE_BUILD_TYPE=Release -DHUNTER_CONFIGURATION_TYPES=Release -DCI_BUILD=ON -DFETCHCONTENT_QUIET=OFF -DJSON_ImplicitConversions=OFF + -DMAN=OFF - cmake --build build after_script: - mv ../.hunter .hunter |