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

[CI] Added frontend1 job.

parent e36a3c51
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-frontend.yml'
- local: '/scripts/ci/jobs/build-docs.yml'
- local: '/scripts/ci/jobs/build-win.yml'
- local: '/scripts/ci/jobs/build-mac.yml'
......
......@@ -19,9 +19,9 @@
$CMAKE_ARGS
-DCMAKE_BUILD_TYPE=$BUILD_TYPE
-DOGS_BUILD_PROCESSES=$BUILD_PROCESSES
- cmake --build . > >(tee make.output)
- cmake --build . --target tests
- cmake --build . --target ctest
- $BUILD_CMD_PREFIX cmake --build . > >(tee make.output)
- $BUILD_CMD_PREFIX cmake --build . --target tests
- $BUILD_CMD_PREFIX cmake --build . --target ctest
- cp Testing/**/Test.xml Tests/ctest.xml
cache:
......
build linux frontend:
extends: .template-build-linux
tags:
- frontend1
rules:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
- when: manual
allow_failure: true
variables:
BUILD_DIR: "build"
CCACHE_DIR: "/data/ogs/.ccache"
CMAKE_ARGS: "-DOGS_USE_CONAN=OFF -DOGS_DISABLE_CCACHE=OFF"
before_script:
- source scripts/env/eve/cli.sh
- mkdir -p $BUILD_DIR
- cd $BUILD_DIR
cache:
paths:
# do not cache CCACHE_DIR
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