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
325591be
Commit
325591be
authored
Aug 16, 2017
by
Georg Martin Reinke
Browse files
CI: keep compiled libCIMParser between stages
parent
6a573a13
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
325591be
...
...
@@ -23,14 +23,17 @@ build-cim:
-
cd Source/CIM-XML-Parser/build
-
cmake -DBUILD_SHARED_LIBS=ON ..
-
make
-
cp libCIMParser.so thirdparty/arabica/libarabica.so /usr/local/lib
image
:
${DOCKER_IMAGE}
artifacts
:
paths
:
-
Source/CIM-XML-Parser/build
tags
:
-
docker
build
:
stage
:
build
script
:
-
cp libCIMParser.so thirdparty/arabica/libarabica.so /usr/local/lib
-
make -C Source
image
:
${DOCKER_IMAGE}
tags
:
...
...
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