Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
8b2540a2
Commit
8b2540a2
authored
Apr 13, 2018
by
Steffen Vogel
🎅🏼
Browse files
do not recursively clone submodules as this will exceed the path length limit on windows
parent
38b4fb07
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8b2540a2
...
...
@@ -2,7 +2,15 @@ variables:
DOCKER_TAG_DEV
:
${CI_COMMIT_REF_NAME}
RSYNC_OPTS
:
--recursive --ignore-missing-args --chown ${DEPLOY_USER}:${DEPLOY_USER}
DOCKER_IMAGE_DEV
:
dpsim-dev
GIT_SUBMODULE_STRATEGY
:
recursive
before_script
:
-
git submodule sync --recursive
-
git submodule update --init
Examples/Results
Dependencies/libcps
Dependencies/libcps/Dependencies/eigen
Dependencies/libcps/Dependencies/libcimpp
Dependencies/libcps/Dependencies/libcimpp/thirdparty/arabica
stages
:
-
prepare
...
...
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