Skip to content

Fix #11: Add conversion of case insensitive input to real path (#12) #20

Fix #11: Add conversion of case insensitive input to real path (#12)

Fix #11: Add conversion of case insensitive input to real path (#12) #20

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