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

Ensure that jobs are run on the right runners (now that we have several runner classes)

(cherry picked from commit d727e8ab)
parent d9bb2127
Branches
Tags
No related merge requests found
...@@ -4,6 +4,7 @@ variables: ...@@ -4,6 +4,7 @@ variables:
build_binaries: build_binaries:
stage: build stage: build
tags: dynare
script: script:
- autoreconf -si - autoreconf -si
- './configure --with-matlab=$(dirname $(dirname $(readlink -f `which matlab`))) MATLAB_VERSION=$(echo version | matlab -nodesktop -nodisplay -nosplash 2>/dev/null | sed -En "/ans\ =/!d;n;n;s/^[^0-9]*([0-9]+\.[0-9]+).*$/\1/;p")' - './configure --with-matlab=$(dirname $(dirname $(readlink -f `which matlab`))) MATLAB_VERSION=$(echo version | matlab -nodesktop -nodisplay -nosplash 2>/dev/null | sed -En "/ans\ =/!d;n;n;s/^[^0-9]*([0-9]+\.[0-9]+).*$/\1/;p")'
...@@ -18,6 +19,7 @@ build_binaries: ...@@ -18,6 +19,7 @@ build_binaries:
build_doc: build_doc:
stage: build stage: build
tags: dynare
script: script:
- autoreconf -si - autoreconf -si
- ./configure --disable-matlab --disable-octave - ./configure --disable-matlab --disable-octave
...@@ -30,6 +32,7 @@ build_doc: ...@@ -30,6 +32,7 @@ build_doc:
testsuite_matlab: testsuite_matlab:
stage: test stage: test
tags: dynare
script: script:
- autoreconf -si - autoreconf -si
- './configure --disable-octave --with-matlab=$(dirname $(dirname $(readlink -f `which matlab`))) MATLAB_VERSION=$(echo version | matlab -nodesktop -nodisplay -nosplash 2>/dev/null | sed -En "/ans\ =/!d;n;n;s/^[^0-9]*([0-9]+\.[0-9]+).*$/\1/;p")' - './configure --disable-octave --with-matlab=$(dirname $(dirname $(readlink -f `which matlab`))) MATLAB_VERSION=$(echo version | matlab -nodesktop -nodisplay -nosplash 2>/dev/null | sed -En "/ans\ =/!d;n;n;s/^[^0-9]*([0-9]+\.[0-9]+).*$/\1/;p")'
...@@ -49,6 +52,7 @@ testsuite_matlab: ...@@ -49,6 +52,7 @@ testsuite_matlab:
.testsuite_octave_template: .testsuite_octave_template:
stage: test stage: test
tags: dynare
variables: variables:
OPENBLAS_NUM_THREADS: 1 OPENBLAS_NUM_THREADS: 1
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment