Skip to content
Snippets Groups Projects
Commit 9ffc5b3f authored by Maria Santamaria's avatar Maria Santamaria Committed by Franck Galpin
Browse files

Fix gitlab ci

parent 426859d3
No related branches found
No related tags found
1 merge request!275Fix gitlab ci
...@@ -33,6 +33,11 @@ build_macos: ...@@ -33,6 +33,11 @@ build_macos:
tags: tags:
- macos - macos
build_macos_arm:
extends: .build_template
tags:
- macos-arm
build_ubuntu2004: build_ubuntu2004:
extends: .build_template_linux extends: .build_template_linux
tags: tags:
...@@ -55,6 +60,13 @@ build_vc192x: ...@@ -55,6 +60,13 @@ build_vc192x:
flake8: flake8:
stage: static-analysis stage: static-analysis
only:
refs:
- VTM-11.0_nnvc
- merge_requests
variables:
- $CI_PROJECT_URL == 'https://vcgit.hhi.fraunhofer.de/jvet-ahg-nnvc/VVCSoftware_VTM'
- $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == 'VTM-11.0_nnvc'
script: script:
- flake8 --version - flake8 --version
- flake8 training - flake8 training
......
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