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

Add job to test against old MATLAB (R2009b)

parent c604cefb
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,14 @@ testsuite_matlab:
script:
- make check-matlab
testsuite_old_matlab:
stage: test
variables:
MATLAB: /usr/local/MATLAB/R2009b/bin/matlab
script:
- make check-matlab
allow_failure: true
testsuite_octave:
stage: test
variables:
......
OCTAVE=octave-cli
MATLAB=`which matlab`
OCTAVE ?= octave-cli
MATLAB ?= $(shell which matlab)
all: check-octave check-matlab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment