Skip to content
Snippets Groups Projects
Commit c35a91e3 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Merge branch 'ci-manual-large' into 'master'

[ci] Added manual job "linux ctest large".

See merge request !3462
parents 10a350e2 731fd846
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,24 @@ build linux: ...@@ -19,6 +19,24 @@ build linux:
matrix: matrix:
- USE_PYTHON: ["USE_PYTHON=ON", "USE_PYTHON=OFF"] - USE_PYTHON: ["USE_PYTHON=ON", "USE_PYTHON=OFF"]
linux ctest large:
image: $CONTAINER_GCC_IMAGE
extends:
- .template-build-linux
tags: [ docker, envinf2 ]
needs: [meta, "pre commit"]
rules:
- when: manual
allow_failure: true
timeout: 2h
variables:
TARGETS: ctest-large
CMAKE_PRESET: release
CMAKE_ARGS: >-
-DOGS_USE_CONAN=OFF
-DOGS_USE_MFRONT=ON
-DOGS_USE_PYTHON=ON
-DOGS_USE_XDMF=ON
build linux (no unity): build linux (no unity):
image: $CONTAINER_GCC_IMAGE image: $CONTAINER_GCC_IMAGE
......
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