Skip to content

update documentation #25

update documentation

update documentation #25

Workflow file for this run

name: Build
on:
push:
jobs:
build-project:
name: Build Project
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: 'true'
- name: Configure and Build Project
uses: threeal/cmake-action@main
- name: Release build FMU
uses: ncipollo/[email protected]
with:
artifacts: "lib/ikaAgentModel.fmu"
tag: "v1.0.0"
allowUpdates: "true"
body: "Agent model packaged as FMU expecting OSI input/output messages"