Skip to content
Snippets Groups Projects
Commit b1e277c3 authored by Lorenzo Amici's avatar Lorenzo Amici
Browse files

Update .gitlab-ci.yml file

parent f1e14970
Branches
No related tags found
Loading
Pipeline #11860 failed
...@@ -26,49 +26,59 @@ ...@@ -26,49 +26,59 @@
# # Stage test # # Stage test
# simulator: simulator:
stage: test
tags:
- matlab
script:
- cd .
- if (Test-Path ..\dissilematcom) { Remove-Item -Path ..\dissilematcom -Recurse -Force }
- git clone git@git.skywarder.eu:afd/msa/dissilematcom.git ../dissilematcom
- cd unitTests/tests
- matlab -batch "assertSuccess(runtests('TestSimulator'))"
# apogeeAnalysis:
# stage: test # stage: test
# tags: # tags:
# - matlab # - matlab
# script: # script:
# - cd . # - cd .
# # - if (Test-Path ..\dissilematcom) { Remove-Item -Path ..\dissilematcom -Recurse -Force } # - cd unitTests/tests
# # - git clone git@git.skywarder.eu:afd/msa/dissilematcom.git ../dissilematcom # - matlab -batch "assertSuccess(runtests('apogeeUnitTests'))"
# # - cd unitTests/tests
# # - matlab -batch "assertSuccess(runtests('simulatorUnitTests'))"
# apogeeAnalysis: # commonFuncitons:
# stage: test # stage: test
# tags: # tags:
# - matlab # - matlab
# script: # script:
# - cd . # - cd .
# # - cd unitTests/tests # - cd unitTests/tests
# # - matlab -batch "assertSuccess(runtests('apogeeUnitTests'))" # - matlab -batch "assertSuccess(runtests('cmnFnctnUnitTests'))"
# commonFuncitons: # optimizator:
# stage: test # stage: test
# tags: # tags:
# - matlab # - matlab
# script: # script:
# - cd . # - cd .
# # - cd unitTests/tests # - cd unitTests/tests
# # - matlab -batch "assertSuccess(runtests('cmnFnctnUnitTests'))" # - matlab -batch "assertSuccess(runtests('optUnitTests'))"
# optimizator: # sensitivity:
# stage: test # stage: test
# tags: # tags:
# - matlab # - matlab
# script: # script:
# - cd . # - cd .
# # - cd unitTests/tests # - cd unitTests/tests
# # - matlab -batch "assertSuccess(runtests('optUnitTests'))" # - matlab -batch "assertSuccess(runtests('sensitivityUnitTests'))"
# sensitivity: # allTests:
# stage: test # stage: test
# tags: # tags:
# - matlab # - matlab
# script: # script:
# - cd . # - cd .
# # - cd unitTests/tests # - cd unitTests/tests
# # - matlab -batch "assertSuccess(runtests('sensitivityUnitTests'))" # - matlab -batch "assertSuccess(runtests)"
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment