diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-31 21:16:22 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-31 21:16:22 +0200 |
commit | f330ff865c486912970ee99515fa24097c2dc50f (patch) | |
tree | 3b2859abc631a892708458118bcef112375810fd | |
parent | 6665cc866a635dc1435650bb1b3d283c5ab52431 (diff) | |
download | weechat-f330ff865c486912970ee99515fa24097c2dc50f.zip |
ci: enable build of incomplete docs on macOS
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7e7b9188..2ddfa42c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: CXX: ${{ matrix.config.cxx }} run: | mkdir build-tmp && cd build-tmp - cmake .. -DENABLE_MAN=ON -DENABLE_DOC=OFF -DENABLE_PHP=OFF + cmake .. -DENABLE_MAN=ON -DENABLE_DOC=ON -DENABLE_DOC_INCOMPLETE=ON -DENABLE_PHP=OFF make VERBOSE=1 -j2 sudo make install |