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
f990bc1c
Commit
f990bc1c
authored
Aug 16, 2017
by
Georg Martin Reinke
Browse files
CI: adjust paths to shared libs
Former-commit-id:
84bd3aa8
parent
e0a995cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f990bc1c
...
...
@@ -33,7 +33,7 @@ build-cim:
build
:
stage
:
build
script
:
-
cp libCIMParser.so
thirdparty/arabica/libarabica.so /usr/local/lib
-
cp
Source/CIM-XML-Parser/build/{
libCIMParser.so
,
thirdparty/arabica/libarabica.so
}
/usr/local/lib
-
make -C Source
image
:
${DOCKER_IMAGE}
tags
:
...
...
@@ -42,6 +42,7 @@ build:
test
:
stage
:
test
script
:
-
cp Source/CIM-XML-Parser/build/{libCIMParser.so,thirdparty/arabica/libarabica.so} /usr/local/lib
-
make -C Source tests
-
cd Source/Tests
-
python3 run_tests.py
...
...
Write
Preview
Markdown
is supported
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