Skip to content

NMEA2000 speed (using CourseOverGroundSpeedOverGroundRapidUpdate) #10

NMEA2000 speed (using CourseOverGroundSpeedOverGroundRapidUpdate)

NMEA2000 speed (using CourseOverGroundSpeedOverGroundRapidUpdate) #10

Workflow file for this run

name: Build
on:
push:
branches:
- main
- develop
pull_request:
types: [opened, synchronize, reopened]
jobs:
windows_build:
name: Windows Build
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Compile
run: |
mkdir build
cmake -S . -B build -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -Wno-dev
cmake --build build --config Release --target package
- name: 'Upload Windows Installer'
uses: actions/upload-artifact@v4
with:
name: 'Windows Installer'
path: build/_CPack_Packages/win64/NSIS/*.exe