Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GILLES Sebastien
MoReFEM
Commits
0aea718d
Commit
0aea718d
authored
Feb 18, 2019
by
GILLES Sebastien
Browse files
#1360 Fix yaml syntax: boolean values should also be between quotes.
parent
7f11b280
Changes
1
Hide whitespace changes
Inline
Side-by-side
ExternalTools/Gitlab-CI/.gitlab-ci.yml
View file @
0aea718d
...
...
@@ -39,7 +39,7 @@ build-Ubuntu-gcc-debug-shared-several_libs:
COMPILER
:
"
gcc"
MODE
:
"
debug"
LIB_NATURE
:
"
shared"
ONE_OR_MANY_LIB
:
False
ONE_OR_MANY_LIB
:
"
False
"
build-Fedora-gcc-release-static-one_lib
:
...
...
@@ -49,7 +49,7 @@ build-Fedora-gcc-release-static-one_lib:
COMPILER
:
"
gcc"
MODE
:
"
release"
LIB_NATURE
:
"
static"
ONE_OR_MANY_LIB
:
True
ONE_OR_MANY_LIB
:
"
True
"
test-Ubuntu-gcc-debug-shared-several_libs
:
<<
:
*test_template
...
...
@@ -58,7 +58,7 @@ test-Ubuntu-gcc-debug-shared-several_libs:
COMPILER
:
"
gcc"
MODE
:
"
debug"
LIB_NATURE
:
"
shared"
ONE_OR_MANY_LIB
:
False
ONE_OR_MANY_LIB
:
"
False
"
test-Fedora-gccrelease-static-one_lib
:
...
...
@@ -68,7 +68,7 @@ test-Fedora-gccrelease-static-one_lib:
COMPILER
:
"
gcc"
MODE
:
"
release"
LIB_NATURE
:
"
static"
ONE_OR_MANY_LIB
:
True
ONE_OR_MANY_LIB
:
"
True
"
# test-Ubuntu-gcc-debug-shared-several_libs:
...
...
Write
Preview
Supports
Markdown
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