From c243e4add9061fa33e4b6270823402bbb224efc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 30 Mar 2023 01:11:26 +0200 Subject: 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). --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40f1b0c4a..30d7f568c 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=ON -DENABLE_PHP=OFF + cmake .. -DENABLE_MAN=ON -DENABLE_DOC=OFF -DENABLE_PHP=OFF make VERBOSE=1 -j2 sudo make install -- cgit v1.2.3