Skip to content

Commit

Permalink
Remove tutorial from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg authored Apr 17, 2024
1 parent 20f8653 commit 3ae2c78
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,43 +51,3 @@ jobs:
run: |
export LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libstdc++.so.6:/usr/lib/x86_64-linux-gnu/libgfortran.so.5"
matlab -sd "./solverdummy" -batch "addpath('../'); solverdummy precice-config.xml SolverOne;" & matlab -sd "./solverdummy" -batch "addpath('../'); solverdummy precice-config.xml SolverTwo;"
test-tutorial:
name: Test MATLAB Tutorials
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
include:
- release: latest
- release: R2023b
- release: R2023a
- release: R2022b
- release: R2022a
- release: R2021b
# - release: R2021a
steps:

- name: install precice
uses: precice/setup-precice-action@main
with:
precice-version: 'develop'

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: ${{ matrix.release }}

- name: Check out repository
uses: actions/checkout@v3

- name: Run compilation script
uses: matlab-actions/run-command@v1
with:
command: compile_matlab_bindings_for_precice

- name: Run Tutorials
run: |
export LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libstdc++.so.6:/usr/lib/x86_64-linux-gnu/libgfortran.so.5"
matlab -sd "./tutorial/implicit" -batch "addpath('../../'); Solver_I;" & matlab -sd "./tutorial/implicit" -batch "addpath('../../'); Solver_U;"

0 comments on commit 3ae2c78

Please sign in to comment.