1
0
espelhamento de https://git.tukaani.org/xz.git sincronizado 2026-03-18 07:38:03 +00:00

CI: Add Doxygen dependency to CMake builds on Ubuntu and macOS

Esse commit está contido em:
Lasse Collin 2025-04-22 16:21:50 +03:00
commit 9048e72494
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 38EE757D69184620

Ver arquivo

@ -51,12 +51,12 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' && matrix.build_system == 'cmake' }} if: ${{ matrix.os == 'ubuntu-latest' && matrix.build_system == 'cmake' }}
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y build-essential cmake gettext musl-tools sudo apt-get install -y build-essential cmake gettext doxygen musl-tools
# Install CMake on Mac # Install CMake on Mac
- name: Install Dependencies - name: Install Dependencies
if: ${{ matrix.os == 'macos-latest' && matrix.build_system == 'cmake' }} if: ${{ matrix.os == 'macos-latest' && matrix.build_system == 'cmake' }}
run: brew install cmake gettext run: brew install cmake gettext doxygen
################## ##################
# Build and Test # # Build and Test #