Skip to content

Bump threeal/cmake-action from 1.3.0 to 2.0.0 #368

Bump threeal/cmake-action from 1.3.0 to 2.0.0

Bump threeal/cmake-action from 1.3.0 to 2.0.0 #368

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]
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]
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