Skip to content

Nits 3

Nits 3 #18

Workflow file for this run

name: Build (Ubuntu)
on:
push:
pull_request:
jobs:
build-project:
name: Build Project
runs-on: ubuntu-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-linux-x86_64
path: build/run-cppcheck