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
51b665c2
Commit
51b665c2
authored
May 26, 2017
by
Georg Martin Reinke
Browse files
add CI task for tests
parent
4b7a5400
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
51b665c2
stages
:
-
prepare
-
build
-
test
docker
:
stage
:
prepare
...
...
@@ -15,4 +16,12 @@ build:
-
make -C Source
image
:
dpsim-dev
tags
:
-
docker
\ No newline at end of file
-
docker
test
:
stage
:
test
script
:
-
make -C Source test
-
cd Source/Tests
-
python run_tests.py
image
:
dpsim-dev
Dockerfile
View file @
51b665c2
...
...
@@ -5,5 +5,6 @@ RUN dnf -y install \
gcc-c++
\
make
\
eigen3-devel
\
doxygen
\ No newline at end of file
doxygen
\
numpy
\
python-pandas
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