Skip to content
Snippets Groups Projects
Commit 7266df09 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

wip3

parent d0bae2b5
No related tags found
No related merge requests found
Pipeline #91037 waiting for manual action
......@@ -270,12 +270,12 @@ Check with GCC 11.2.0 (Autotools):
cache:
policy: pull-push
Check with GCC 11.2.0 (CMake, Unix Makefiles):
Check with GCC 11.2.0 (CMake, Ninja):
extends:
- .common_cmake_makefiles
- .common_cmake_ninja
- .check_gcc
before_script:
- !reference [.common_cmake_makefiles, before_script]
- !reference [.common_cmake_ninja, before_script]
- !reference [.check_gcc, before_script]
Check with Intel 2021.5.0 (Autotools):
......@@ -323,10 +323,10 @@ Check with NAG 7.1.7114 (Autotools):
- !reference [.common_autotools, before_script]
- !reference [.check_nag, before_script]
Check with NAG 7.1.7114 (CMake, Ninja):
Check with NAG 7.1.7114 (CMake, Unix Makefiles):
extends:
- .common_cmake_ninja
- .common_cmake_makefiles
- .check_nag
before_script:
- !reference [.common_cmake_ninja, before_script]
- !reference [.common_cmake_makefiles, before_script]
- !reference [.check_nag, before_script]
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