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

CI: use system-wide Octave binary

parent 588846d3
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ variables:
TERM: linux
MATLAB_VERSION: R2022b
OLD_MATLAB_VERSION: R2014a
OCTAVE_VERSION: 7.3.0
before_script:
- git clone https://git.dynare.org/Dynare/m-unit-tests
......@@ -23,4 +22,4 @@ test_octave:
variables:
OPENBLAS_NUM_THREADS: 1
script:
- make check-octave OCTAVE=/usr/local/octave/$OCTAVE_VERSION/bin/octave
- make check-octave
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