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

Running the static analysis only in the parent repository and not in the forks.

parent 774eed9d
No related branches found
No related tags found
1 merge request!12Add Cuda helper files to 3rdParty folder.
...@@ -360,6 +360,9 @@ include_what_you_use_clang_10: ...@@ -360,6 +360,9 @@ include_what_you_use_clang_10:
cppcheck: cppcheck:
stage: analyze stage: analyze
only:
- develop@irmb/VirtualFluids_dev
image: irmb/virtualfluids-deps-ubuntu20.04 image: irmb/virtualfluids-deps-ubuntu20.04
needs: [] needs: []
...@@ -386,6 +389,9 @@ cppcheck: ...@@ -386,6 +389,9 @@ cppcheck:
lizard: lizard:
stage: analyze stage: analyze
only:
- develop@irmb/VirtualFluids_dev
image: irmb/virtualfluids-python-deps-ubuntu20.04 image: irmb/virtualfluids-python-deps-ubuntu20.04
needs: [] needs: []
...@@ -410,6 +416,9 @@ lizard: ...@@ -410,6 +416,9 @@ lizard:
gcov_gcc_9: gcov_gcc_9:
stage: analyze stage: analyze
only:
- develop@irmb/VirtualFluids_dev
image: irmb/virtualfluids-python-deps-ubuntu20.04 image: irmb/virtualfluids-python-deps-ubuntu20.04
needs: [] needs: []
...@@ -451,6 +460,9 @@ gcov_gcc_9: ...@@ -451,6 +460,9 @@ gcov_gcc_9:
clang-tidy: clang-tidy:
stage: analyze stage: analyze
only:
- develop@irmb/VirtualFluids_dev
image: irmb/virtualfluids-python-deps-ubuntu20.04 image: irmb/virtualfluids-python-deps-ubuntu20.04
needs: [] needs: []
......
...@@ -101,7 +101,6 @@ if(BUILD_VF_GPU) ...@@ -101,7 +101,6 @@ if(BUILD_VF_GPU)
set(CMAKE_CUDA_ARCHITECTURES 30) set(CMAKE_CUDA_ARCHITECTURES 30)
endif() endif()
message("CUDA Compiler: ${CMAKE_CUDA_COMPILER}")
message("CUDA Architecture: ${CMAKE_CUDA_ARCHITECTURES}") message("CUDA Architecture: ${CMAKE_CUDA_ARCHITECTURES}")
include (gpu.cmake) include (gpu.cmake)
......
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