Skip to content
Snippets Groups Projects
Commit 404b4178 authored by Soeren Peters's avatar Soeren Peters
Browse files

Update CI file for running analysis only on main repo.

parent eb315299
No related branches found
No related tags found
1 merge request!21Update CMake and VF CPU code.
......@@ -286,8 +286,8 @@ include_what_you_use_clang_10:
cppcheck:
stage: analyze
#only:
#- open_source@irmb/VirtualFluids_dev
only:
- open_source@irmb/VirtualFluids_dev
image: irmb/virtualfluids-deps-ubuntu20.04
......@@ -315,8 +315,8 @@ cppcheck:
lizard:
stage: analyze
#only:
#- open_source@irmb/VirtualFluids_dev
only:
- open_source@irmb/VirtualFluids_dev
image: irmb/virtualfluids-python-deps-ubuntu20.04
......@@ -342,8 +342,8 @@ lizard:
gcov_gcc_9:
stage: analyze
#only:
#- open_source@irmb/VirtualFluids_dev
only:
- open_source@irmb/VirtualFluids_dev
image: irmb/virtualfluids-python-deps-ubuntu20.04
......@@ -386,8 +386,8 @@ gcov_gcc_9:
clang-tidy:
stage: analyze
#only:
#- open_source@irmb/VirtualFluids_dev
only:
- open_source@irmb/VirtualFluids_dev
image: irmb/virtualfluids-python-deps-ubuntu20.04
......@@ -423,9 +423,8 @@ sonar-scanner:
tags:
- linux
#only:
#refs:
#- open_source@irmb/VirtualFluids_dev
only:
- open_source@irmb/VirtualFluids_dev
variables:
SONAR_HOST_URL: "http://gitlab-runner01.irmb.bau.tu-bs.de/sonarqube/"
......
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