Skip to content

Commit

Permalink
trying an option
Browse files Browse the repository at this point in the history
  • Loading branch information
mantielero committed Dec 20, 2023
1 parent c971c11 commit cc59a65
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:

- name: Install FMU Compliance Checker (linux64)
uses: robinraju/[email protected]
if: runner.os == 'Linux'
with:
repository: "modelica-tools/FMUComplianceChecker"
tag: "2.0.4"
Expand All @@ -37,6 +38,7 @@ jobs:

- name: Install FMU Compliance Checker (win64)
uses: robinraju/[email protected]
if: runner.os == 'Windows'
with:
repository: "modelica-tools/FMUComplianceChecker"
tag: "2.0.4"
Expand Down Expand Up @@ -82,7 +84,7 @@ jobs:
shell: bash
# echo "$PATH"
run: |
fmuCheck.win64.exe
fmuCheck.win64.exe -d
if: runner.os == 'Windows'

# - name: Execute FMU checker over inc.fmu in Windows [working]
Expand All @@ -97,10 +99,11 @@ jobs:
# run: D:/a/fmu.nim/fmu.nim/FMUChecker-2.0.4-win64/fmuCheck.win64.exe -h 1 -s 14 -f -l 6 -e inc.log -o inc.csv inc.fmu
# if: runner.os == 'Windows'

- name: Execute FMU checker over inc.fmu in Windows (Testing PowerShell)
run: |
& D:/a/fmu.nim/fmu.nim/FMUChecker-2.0.4-win64/fmuCheck.win64.exe -h 1 -s 14 -f -l 6 -e inc.log -o inc.csv inc.fmu
if: runner.os == 'Windows'
# D:/a/fmu.nim/fmu.nim/FMUChecker-2.0.4-win64/
# - name: Execute FMU checker over inc.fmu in Windows (Testing PowerShell)
# run: |
# & fmuCheck.win64.exe -h 1 -s 14 -f -l 6 -e inc.log -o inc.csv inc.fmu
# if: runner.os == 'Windows'

- name: Execute FMU checker over inc.fmu in Windows (Testing bash)
shell: bash
Expand Down

0 comments on commit cc59a65

Please sign in to comment.