By signing in you accept the Terms of Use and acknowledge the Privacy Policy and Cookie Policy: https://gitlab.eufus.psnc.pl/-/users/terms

Skip to content
Snippets Groups Projects
Verified Commit 523e3932 authored by KarelLucas's avatar KarelLucas
Browse files

Dump MATLAB license info to file

parent b7bdf8c1
No related merge requests found
......@@ -203,6 +203,7 @@ regression_gcc:
script:
- echo Running job $CI_JOB_NAME as user $(whoami)
- matlab -n > $MATLAB_INFO
- $LMSTAT -a > $MATLAB_LICENSE_INFO
- export matlabcmd="$MATLABBIN -nodesktop -nosplash -noFigureWindows"
- export matlab_call="run_matlab_tests('$TEST_NAME')"
- $matlabcmd -r "disp('MATLAB call works');exit;"
......@@ -211,11 +212,14 @@ regression_gcc:
variables:
LOGFILE: testlog.txt
MATLAB_INFO: matlab_info.txt
MATLAB_LICENSE_INFO: matlab_license_info.txt
TEST_NAME: basic
LMSTAT: /gw/swvend/matlab/r2017a/etc/glnxa64/lmstat
artifacts:
paths:
- $LOGFILE
- $MATLAB_INFO
- $MATLAB_LICENSE_INFO
when: always
test_gcc_matlab:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment