time-shift
Sébastien Villemot 2018-12-06 12:37:01 +01:00
parent d727e8ab87
commit 17f4546447
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 8 additions and 4 deletions

View File

@ -9,7 +9,8 @@ before_script:
build_binaries:
stage: build
tags: dynare
tags:
- dynare
script:
- 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")'
@ -24,7 +25,8 @@ build_binaries:
build_doc:
stage: build
tags: dynare
tags:
- dynare
script:
- autoreconf -si
- ./configure --disable-matlab --disable-octave
@ -37,7 +39,8 @@ build_doc:
testsuite_matlab:
stage: test
tags: dynare
tags:
- dynare
script:
- 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")'
@ -57,7 +60,8 @@ testsuite_matlab:
.testsuite_octave_template:
stage: test
tags: dynare
tags:
- dynare
variables:
OPENBLAS_NUM_THREADS: 1
script: