Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GILLES Sebastien
MoReFEM
Commits
a280737b
Commit
a280737b
authored
Mar 29, 2019
by
GILLES Sebastien
Browse files
#1397 Fix Yml syntax.
parent
0419d2b6
Pipeline
#71561
canceled with stages
in 1 minute and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ExternalTools/Gitlab-CI/gitlab-ci-1397.yml
View file @
a280737b
...
...
@@ -28,7 +28,7 @@ stages:
.build_template_macos
:
&build_template_macos
#
stage: build_and_test
stage
:
build_and_test
tags
:
-
macos
cache
:
...
...
@@ -46,7 +46,7 @@ stages:
-
source activate Python3
-
cd build && python ../cmake/Scripts/configure_cmake.py --cache_file=../cmake/PreCache/macos_apple_clang.cmake --cmake_args="-G Ninja" --third_party_directory=/Volumes/Data/ci/opt/${MODE} --mode=${MODE} --library_type=${LIB_NATURE} --morefem_as_single_library=${IS_ONLY_ONE_LIB}
-
ninja 2>&1 | tee compilation.log
#
- ninja test # as artifact are limited in size, I can't unfortunately use a separate stage...
#
- ninja test # as artifact are limited in size, I can't unfortunately use a separate stage...
.run_doxygen_template
:
&run_doxygen_template
...
...
@@ -67,7 +67,6 @@ stages:
.check_compilation_warning_template
:
&check_compilation_warning_template
stage
:
check_warnings
image
:
alpine:latest
before_script
:
-
apk add --update python python-dev && rm -rf /var/cache/apk/*
...
...
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