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

29 lines
508 B
YAML
Raw Normal View History

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
artifacts:
paths:
- test/my/report/dir/report.pdf
2018-11-21 18:20:16 +01:00
test_old_matlab:
stage: test
variables:
2020-04-07 11:52:48 +02:00
MATLAB: /usr/local/MATLAB/R2014a/bin/matlab
script:
- make check-matlab
artifacts:
paths:
- test/my/report/dir/report.pdf
test_octave:
2018-11-21 18:20:16 +01:00
stage: test
script:
- make check-octave
artifacts:
paths:
- test/my/report/dir/report.pdf