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

Merge branch 'fix_gitlab_ci' into 'VTM-11.0_nnvc'

Fix gitlab ci

See merge request jvet-ahg-nnvc/VVCSoftware_VTM!275
parents 426859d3 9ffc5b3f
No related branches found
No related tags found
1 merge request!275Fix gitlab ci
Pipeline #13993 passed
...@@ -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