Skip to content

Update Project Description in CMakeLists.txt #327

Update Project Description in CMakeLists.txt

Update Project Description in CMakeLists.txt #327

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
test-project:
name: Test Project
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-14, windows-2022]
steps:
- name: Checkout Project
uses: actions/checkout@v4.2.1
- name: Configure Project
uses: threeal/cmake-action@v2.0.0
with:
options: CDEPS_ENABLE_TESTS=ON
run-build: false
- name: Test Project
uses: threeal/ctest-action@v1.1.0
with:
build-config: Debug
verbose: true