Switch doc build to github actions

This commit is contained in:
Victor Zverovich
2020-11-07 07:20:51 -08:00
parent 506ff320f2
commit 5b3052f999
3 changed files with 77 additions and 124 deletions

View File

@@ -14,10 +14,6 @@ jobs:
sudo apt install doxygen
cmake -E make_directory ${{runner.workspace}}/build
- name: Configure
working-directory: ${{runner.workspace}}/build
run: cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} $GITHUB_WORKSPACE
- name: Build
working-directory: ${{runner.workspace}}/build
run: cmake --build . --config ${{matrix.build_type}}
run: $GITHUB_WORKSPACE/support/build-docs.py