mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Merge pull request #3 from kvedala/document/temp
Fix Doxygen CI to use doxygen v1.8.18
This commit is contained in:
commit
6d59a29808
5
.github/workflows/gh-pages.yml
vendored
5
.github/workflows/gh-pages.yml
vendored
@ -6,15 +6,14 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
run: |
|
run: |
|
||||||
sudo apt -qq -y update
|
brew install graphviz ninja doxygen
|
||||||
sudo apt -qq install doxygen graphviz ninja-build
|
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake -G Ninja -B ./build -S .
|
run: cmake -G Ninja -B ./build -S .
|
||||||
- name: build
|
- name: build
|
||||||
|
Loading…
Reference in New Issue
Block a user