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

[Jenkins] Add OGS_USE_MFRONT to docker-conan.

parent 2ce88845
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,9 @@ pipeline {
'-DOGS_CPU_ARCHITECTURE=generic ' +
'-DOGS_BUILD_UTILS=ON ' +
'-DOGS_CONAN_BUILD=outdated ' +
'-DOGS_USE_CVODE=ON '
'-DOGS_USE_CVODE=ON ' +
'-DOGS_USE_MFRONT=ON ' +
'-DOGS_USE_PYTHON=ON '
}
build {
target="package"
......
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