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

[ci] Fix build image job.

parent daad38b2
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@
- git lfs checkout
- mkdir -p $BUILD_DIR
- cd $BUILD_DIR
- \[ "${CONAN_USER_HOME}" == "${CI_PROJECT_DIR}/.conan" \] && conan remove --system-reqs '*'
script:
- >
......
......@@ -16,6 +16,7 @@ build gui linux:
variables:
BUILD_DIR: "build-gui-linux"
CONAN_USER_HOME: "$CI_PROJECT_DIR/.conan"
CMAKE_ARGS: >-
-DOGS_USE_CONAN=ON
-DOGS_USE_PCH=OFF
......@@ -25,3 +26,8 @@ build gui linux:
image:
name: $CONTAINER_GCC_GUI_IMAGE
cache:
paths:
- $CCACHE_DIR
- $CONAN_USER_HOME
build linux petsc:
extends: .template-build-linux
tags:
- envinf1
- docker-shell
- envinf1-shell
variables:
BUILD_DIR: "build-petsc"
......
......@@ -4,10 +4,11 @@ build container images:
- changes:
- ThirdParty/container-maker
- scripts/ci/jobs/build_image.yml
when: always
- if: '$CI_COMMIT_BRANCH == "master"'
when: always
tags:
- docker-shell
- envinf1-shell # can be changed back when instance-level vars are implemented
variables:
GIT_LFS_SKIP_SMUDGE: "1"
......
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