mirror of
https://git.tukaani.org/xz.git
synced 2025-04-22 23:50:51 +00:00
CI: Add Doxygen dependency to CMake builds on Ubuntu and macOS
This commit is contained in:
parent
d8e9dc63a6
commit
9048e72494
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -51,12 +51,12 @@ jobs:
|
||||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.build_system == 'cmake' }}
|
||||
run: |
|
||||
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
|
||||
- name: Install Dependencies
|
||||
if: ${{ matrix.os == 'macos-latest' && matrix.build_system == 'cmake' }}
|
||||
run: brew install cmake gettext
|
||||
run: brew install cmake gettext doxygen
|
||||
|
||||
##################
|
||||
# Build and Test #
|
||||
|
Loading…
x
Reference in New Issue
Block a user