Skip to content
Snippets Groups Projects
Commit 00f98c6d authored by Franck Galpin's avatar Franck Galpin
Browse files

correct the gitlab CI to init the submodule before build

parent 2eae7e98
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,8 @@ stages: ...@@ -3,6 +3,8 @@ stages:
.build_template: .build_template:
stage: build stage: build
variables:
- GIT_SUBMODULE_STRATEGY: normal
script: script:
- make realclean - make realclean
- make all - make all
...@@ -13,6 +15,7 @@ stages: ...@@ -13,6 +15,7 @@ stages:
variables: variables:
- $CI_PROJECT_URL == 'https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM' - $CI_PROJECT_URL == 'https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM'
- $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == 'master' - $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == 'master'
.build_template_linux: .build_template_linux:
extends: .build_template extends: .build_template
......
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