CI: Add doxygen as a dependency.
Autogen now requires --no-doxygen or having doxygen installed to run without errors.
This commit is contained in:
parent
f68f4b27f6
commit
4f50763b98
|
@ -30,7 +30,7 @@ jobs:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: sudo apt-get install -y autoconf automake build-essential po4a autopoint gcc-multilib
|
run: sudo apt-get install -y autoconf automake build-essential po4a autopoint gcc-multilib doxygen
|
||||||
|
|
||||||
# -b specifies the build system to use.
|
# -b specifies the build system to use.
|
||||||
# -p specifies the phase (build or test) to help narrow down an error
|
# -p specifies the phase (build or test) to help narrow down an error
|
||||||
|
@ -117,7 +117,7 @@ jobs:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: brew install autoconf automake libtool po4a
|
run: brew install autoconf automake libtool po4a doxygen
|
||||||
|
|
||||||
- name: Build with full features
|
- name: Build with full features
|
||||||
run: ./build-aux/ci_build.sh -b autotools -p build
|
run: ./build-aux/ci_build.sh -b autotools -p build
|
||||||
|
@ -182,4 +182,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: MacOS CMake Test Logs
|
name: MacOS CMake Test Logs
|
||||||
path: build-aux/artifacts
|
path: build-aux/artifacts
|
||||||
|
|
Loading…
Reference in New Issue