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
Geodynamo
pygeodyn
Commits
02afa799
Commit
02afa799
authored
Jul 05, 2019
by
Loic Huder
Browse files
Added normal GIT_SUBMODULE_STRATEGY for testing (needed now as pygeodyn_data is a submodule)
Former-commit-id:
0740688e
parent
030f93fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
02afa799
...
...
@@ -10,6 +10,7 @@
# GIT_DEBUG_LOOKUP: "1"
# GIT_TRANSLOOP_DEBUG: "1"
# GIT_TRANSPORT_HELPER_DEBUG: "1"
stages
:
-
build
-
test
...
...
@@ -29,6 +30,8 @@ stages:
test_with_coverage
:
stage
:
test
variables
:
GIT_SUBMODULE_STRATEGY
:
normal
script
:
-
python3 setup.py install --user
...
...
@@ -81,6 +84,8 @@ pages:
# CONTINUOUS RELEASE : hidden jobs for now (start with .), will not be launched
.test_validity_merge
:
stage
:
test
variables
:
GIT_SUBMODULE_STRATEGY
:
normal
# Clone pygeodyn_data (default is none)
script
:
-
echo $CI_MERGE_REQUEST_TITLE
# WILL ONLY WORK AT Gitlab 11.9
...
...
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