diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc3ae2333a311c6dccf92bfde1943ba3f3ce14d4..01261945eab7bcb4c1c0ed0503b78ea07dff1195 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,6 @@ variables: build_binaries: stage: build - 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")' @@ -20,8 +18,6 @@ build_binaries: build_doc: stage: build - tags: - - dynare script: - autoreconf -si - ./configure --disable-matlab --disable-octave @@ -34,8 +30,6 @@ build_doc: testsuite_matlab: stage: test - 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")' @@ -55,8 +49,6 @@ testsuite_matlab: .testsuite_octave_template: stage: test - tags: - - dynare variables: OPENBLAS_NUM_THREADS: 1 script: