Skip to content

Bump CPM.cmake to Version 0.40.1 #364

Bump CPM.cmake to Version 0.40.1

Bump CPM.cmake to Version 0.40.1 #364

Workflow file for this run

name: build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/[email protected]
- name: Configure and build this project
uses: threeal/[email protected]
with:
run-build: true
release-msvc:
runs-on: windows-latest
steps:
- name: Checkout this repository
uses: actions/[email protected]
- name: Configure and build this project
uses: threeal/[email protected]
with:
run-build: true
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install requirements
run: |
sudo apt-get install -y doxygen
pip3 install -r docs/requirements.txt
- name: Build documentation with Sphinx
run: sphinx-build -b html docs build/html -W --keep-going
- name: Upload documentation as artifact
uses: actions/[email protected]
with:
name: html
path: build/html