Skip to content
Snippets Groups Projects
Verified Commit cfbeb9a1 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

CI: use system-wide Octave binary

parent 275f2f4f
No related branches found
No related tags found
No related merge requests found
variables:
MATLAB_VERSION: R2022b
OLD_MATLAB_VERSION: R2014a
OCTAVE_VERSION: 7.3.0
before_script:
- git clone https://git.dynare.org/Dynare/dseries.git
......@@ -25,7 +24,7 @@ test_old_matlab:
test_octave:
stage: test
script:
- make check-octave OCTAVE=/usr/local/octave/$OCTAVE_VERSION/bin/octave
- make check-octave
artifacts:
paths:
- test/my/report/dir/report.pdf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment