Skip to content

Add dcp_fmu example #36

Add dcp_fmu example

Add dcp_fmu example #36

Workflow file for this run

name: OpenMCx build
on: [push]
jobs:
Build-OpenMCx:
runs-on: ubuntu-latest
steps:
- name: Checkout OpenMCx
uses: actions/checkout@v2
- name: Build OpenMCx
uses: ./.github/actions/script-action
with:
entrypoint: /usr/bin/bash
args: ./build.sh
- name: Test OpenMCx
uses: ./.github/actions/script-action
with:
entrypoint: /usr/bin/python
args: run_tests.py install/openmcx examples