Skip to content

forward cppcheck options + rename config option 'args' to 'extra_args… #11

forward cppcheck options + rename config option 'args' to 'extra_args…

forward cppcheck options + rename config option 'args' to 'extra_args… #11

Workflow file for this run

name: Build (Windows)
on:
push:
pull_request:
jobs:
build-project:
name: Build Project
runs-on: windows-latest
steps:
- name: Checkout Project
uses: actions/[email protected]
- name: Build Project
uses: threeal/[email protected]
with:
options: |
CMAKE_BUILD_TYPE=Release
build-args: |
--config Release
- name: Deploy Project
uses: actions/upload-artifact@v4
with:
name: run-cppcheck-windows
path: build\Release\run-cppcheck.exe