Skip to content

Add action for building directly on the host with cmake. #56

Add action for building directly on the host with cmake.

Add action for building directly on the host with cmake. #56

Workflow file for this run

name: 'Build in Docker Container'
on: [pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build in container
uses: ./.github/actions/build-with-docker