Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
wenqing
ogs
Commits
aeec0547
Verified
Commit
aeec0547
authored
Jun 23, 2020
by
Lars Bilke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci] Run frontend job on frontend2.
parent
d95968e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
scripts/ci/jobs/build-linux-frontend.yml
scripts/ci/jobs/build-linux-frontend.yml
+5
-7
No files found.
scripts/ci/jobs/build-linux-frontend.yml
View file @
aeec0547
build linux frontend
:
extends
:
.template-build-linux
extends
:
-
.template-build-linux
-
.rules-master-manual
tags
:
-
frontend1
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
==
"master"'
-
when
:
manual
allow_failure
:
true
-
frontend2
needs
:
[
meta
]
variables
:
BUILD_DIR
:
"
build"
CCACHE_DIR
:
"
/data/ogs/.ccache"
CMAKE_ARGS
:
"
-DOGS_USE_CONAN=OFF
-DOGS_DISABLE_CCACHE=OFF"
CMAKE_ARGS
:
"
-DOGS_USE_CONAN=OFF
-DOGS_DISABLE_CCACHE=OFF
-DOGS_CPU_ARCHITECTURE=generic
"
before_script
:
-
source scripts/env/eve/cli.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment