Skip to content

Commit

Permalink
trying co-simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
mantielero committed Dec 21, 2023
1 parent e4b4fe0 commit 369b6a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-nim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
os:
- ubuntu-latest
- windows-latest
modeltype:
- fmu2me
- fmu2cs

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -46,9 +49,11 @@ jobs:
nimble install -y
- name: Create inc.fmu as Model exchange
with:
modeltype: ${{ matrix.modeltype }}
run: |
cd examples/inc
nim c -r -d:fmu2me inc
nim c -r -d:${{ matrix.modeltype }} inc
- name: Execute FMU checker over inc.fmu in Linux
run: |
Expand Down

0 comments on commit 369b6a5

Please sign in to comment.