Skip to content
Snippets Groups Projects
Verified Commit b47a5274 authored by Lars Bilke's avatar Lars Bilke
Browse files

[CI] Added petsc job on envinf1.

parent b86fe987
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ include:
- local: '/scripts/ci/jobs/pre-commit.yml'
- local: '/scripts/ci/jobs/build_image.yml'
- local: '/scripts/ci/jobs/build-linux.yml'
- local: '/scripts/ci/jobs/build-linux-petsc.yml'
- local: '/scripts/ci/jobs/build-linux-frontend.yml'
- local: '/scripts/ci/jobs/build-docs.yml'
- local: '/scripts/ci/jobs/build-win.yml'
......
build linux petsc:
extends: .template-build-linux
tags:
- envinf1
- docker-shell
variables:
BUILD_DIR: "build-petsc"
CMAKE_ARGS: "-DOGS_USE_CONAN=OFF -DOGS_USE_PETSC=ON -DBUILD_SHARED_LIBS=ON"
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