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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user