dynare/matlab/reporting/.gitlab-ci.yml

31 lines
609 B
YAML
Raw Normal View History

variables:
2023-09-22 10:52:17 +02:00
MATLAB_VERSION: R2023b
OLD_MATLAB_VERSION: R2014a
2018-11-21 18:20:16 +01:00
before_script:
- git clone https://git.dynare.org/Dynare/dseries.git
test_matlab:
2018-11-21 18:20:16 +01:00
stage: test
script:
- make check-matlab MATLAB=/opt/MATLAB/$MATLAB_VERSION/bin/matlab
2018-11-21 18:20:16 +01:00
artifacts:
paths:
- test/my/report/dir/report.pdf
2018-11-21 18:20:16 +01:00
test_old_matlab:
stage: test
script:
- make check-matlab MATLAB=/opt/MATLAB/$OLD_MATLAB_VERSION/bin/matlab
artifacts:
paths:
- test/my/report/dir/report.pdf
test_octave:
2018-11-21 18:20:16 +01:00
stage: test
script:
2023-03-16 17:17:19 +01:00
- make check-octave
2018-11-21 18:20:16 +01:00
artifacts:
paths:
- test/my/report/dir/report.pdf