Raw File
build-linux-petsc.yml
build linux petsc:
  extends:
    - .template-build-linux
    - .test-artifacts
  tags:
    - envinf1-shell
  needs: [meta]
  timeout: 2h
  variables:
    BUILD_CTEST_LARGE_ON_MASTER: "true"
    CMAKE_PRESET: release-petsc
back to top