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
73cd4b11
Commit
73cd4b11
authored
Aug 15, 2017
by
Georg Martin Reinke
Browse files
adjust CI for CIM-XML
Former-commit-id:
a1ee2c20
parent
71ab3b89
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
73cd4b11
...
...
@@ -3,6 +3,7 @@ variables:
stages
:
-
prepare
-
build-cim
-
build
-
test
...
...
@@ -13,6 +14,18 @@ docker:
tags
:
-
shell
build-cim
:
stage
:
build-cim
script
:
-
mkdir -p Source/CIM-XML-Parser/build
-
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}
tags
:
-
docker
build
:
stage
:
build
script
:
...
...
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