1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 20:06:38 +02:00

ci: disable build of doc on macOS

Since the PHP plugin is not built, the doc can not be built any more (all
plugins must be compiled to generate autogen files).
This commit is contained in:
Sébastien Helleu
2023-03-30 01:11:26 +02:00
parent d24f6295d4
commit c243e4add9
+1 -1
View File
@@ -118,7 +118,7 @@ jobs:
CXX: ${{ matrix.config.cxx }}
run: |
mkdir build-tmp && cd build-tmp
cmake .. -DENABLE_MAN=ON -DENABLE_DOC=ON -DENABLE_PHP=OFF
cmake .. -DENABLE_MAN=ON -DENABLE_DOC=OFF -DENABLE_PHP=OFF
make VERBOSE=1 -j2
sudo make install