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

Reporting is no longer a submodule

parent 50a53a22
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 48 deletions
...@@ -14,9 +14,6 @@ ...@@ -14,9 +14,6 @@
path = matlab/modules/dseries path = matlab/modules/dseries
url = ../../Dynare/dseries.git url = ../../Dynare/dseries.git
branch = master branch = master
[submodule "matlab/modules/reporting"]
path = matlab/modules/reporting
url = ../../Dynare/reporting.git
[submodule "contrib/jsonlab"] [submodule "contrib/jsonlab"]
path = contrib/jsonlab path = contrib/jsonlab
url = https://github.com/fangq/jsonlab.git url = https://github.com/fangq/jsonlab.git
... ...
......
...@@ -57,8 +57,7 @@ p = {'/../contrib/jsonlab/' ; ... ...@@ -57,8 +57,7 @@ p = {'/../contrib/jsonlab/' ; ...
'/kalman/likelihood' ; ... '/kalman/likelihood' ; ...
'/lmmcp/' ; ... '/lmmcp/' ; ...
'/modules/dseries/src/' ; ... '/modules/dseries/src/' ; ...
'/modules/reporting/macros/'; ... '/reporting/' ; ...
'/modules/reporting/src/' ; ...
'/moments/'; ... '/moments/'; ...
'/ms-sbvar/' ; ... '/ms-sbvar/' ; ...
'/ms-sbvar/identification/' ; ... '/ms-sbvar/identification/' ; ...
... ...
......
Subproject commit 5dc59f4e843408bcb5c649849843adfbd56fad80
*~
\#*\#
*.pdf
*.aux
*.log
*.out
*.tex
*.csv
*.toc
*synctex.gz
.DS_Store
test/tmpRepDir
variables:
MATLAB_VERSION: R2023b
OLD_MATLAB_VERSION: R2014a
before_script:
- git clone https://git.dynare.org/Dynare/dseries.git
test_matlab:
stage: test
script:
- make check-matlab MATLAB=/opt/MATLAB/$MATLAB_VERSION/bin/matlab
artifacts:
paths:
- test/my/report/dir/report.pdf
test_old_matlab:
stage: test
script:
- make check-matlab MATLAB=/opt/MATLAB/$OLD_MATLAB_VERSION/bin/matlab
artifacts:
paths:
- test/my/report/dir/report.pdf
test_octave:
stage: test
script:
- make check-octave
artifacts:
paths:
- test/my/report/dir/report.pdf
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment