Skip to content

Use CPM.cmake to Get Missing Dependencies #166

Use CPM.cmake to Get Missing Dependencies

Use CPM.cmake to Get Missing Dependencies #166

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
build-and-test:
runs-on: ubuntu-20.04
steps:
- name: Checkout this repository
uses: actions/[email protected]
- name: Build project
uses: threeal/[email protected]
with:
options: BUILD_TESTING=ON
run-build: true
- name: Test project
uses: threeal/[email protected]