Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for FAST_SFunc using Matlab action to integrate with CI #1703

Merged
merged 26 commits into from
Aug 3, 2023

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    1227fdb View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    a1ed19f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5657f25 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Revert "Added workflow-dispatch"

    This reverts commit 5657f25.
    reos-rcrozier committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    cdf2ed0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. automated-dev-tests.yml: add Matlab runner and build simulink API

    This branch is to modify the workflow to add tests for the build of the Matlab Simulink interface.
    reos-rcrozier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c67ed7b View commit details
    Browse the repository at this point in the history
  2. Create test_openfast_simulink.m

    Unit test for Matlab Simulink interface.
    reos-rcrozier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7b55642 View commit details
    Browse the repository at this point in the history
  3. Update test_openfast_simulink.m

    Use environment variable to get workspace root
    reos-rcrozier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ab24635 View commit details
    Browse the repository at this point in the history
  4. Update automated-dev-tests.yml

    Added Simulink test run
    reos-rcrozier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1bee16b View commit details
    Browse the repository at this point in the history
  5. Update automated-dev-tests.yml

    Rename simulink test and add step to set up Matlab.
    reos-rcrozier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a1b1877 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01e64ca View commit details
    Browse the repository at this point in the history
  7. Update test_openfast_simulink.m

    Change class name to match file name.
    reos-rcrozier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    618d4ee View commit details
    Browse the repository at this point in the history
  8. Update test_openfast_simulink.m

    Ensure variables are available to Simulink model
    reos-rcrozier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    808f391 View commit details
    Browse the repository at this point in the history
  9. Update automated-dev-tests.yml

    Actually build FAST_SFunc before testing
    reos-rcrozier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6b880ef View commit details
    Browse the repository at this point in the history
  10. Update automated-dev-tests.yml

    Add dependencies
    reos-rcrozier committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1758459 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e0d963b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Update CMakeLists.txt

    Remove references to openfoam library as that module has been removed
    reos-rcrozier authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8ff7da3 View commit details
    Browse the repository at this point in the history
  2. Update simulink CMakeLists.txt

    Add references to external inflow module libs
    reos-rcrozier authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8711772 View commit details
    Browse the repository at this point in the history
  3. Update simulink CMakeLists.txt

    update another reference from openfoam to  externalinflow
    reos-rcrozier authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4f69111 View commit details
    Browse the repository at this point in the history
  4. Update simulink CMakeLists.txt

    Add missing seastlib
    reos-rcrozier authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d55ff50 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    587f533 View commit details
    Browse the repository at this point in the history
  2. Update simulink CMakeLists.txt

    replace references to foamfastlib with extinflowlib again
    reos-rcrozier authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b1b1519 View commit details
    Browse the repository at this point in the history
  3. Update automated-dev-tests.yml

    Add missing openblas packages for simulink test
    reos-rcrozier authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f8b05c9 View commit details
    Browse the repository at this point in the history
  4. Update simulin CMakeLists.txt

    again added missing seastatelib
    reos-rcrozier authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    abd0b55 View commit details
    Browse the repository at this point in the history
  5. Update simulink CMakeLists.txt

    Fix seastlib typo
    reos-rcrozier authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d2e691b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Update automated-dev-tests.yml

    Add BLA_STATIC=ON to simulink test build
    reos-rcrozier authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    bed2c7a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Update automated-dev-tests.yml

    Try using local static lapack for simulink
    reos-rcrozier authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    170616d View commit details
    Browse the repository at this point in the history