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
25c36d2e
Commit
25c36d2e
authored
May 14, 2017
by
Steffen Vogel
🎅🏼
Browse files
add Dockerfile and GitLab CI configuration in order to build DPsim in a Docker container on the CI
parent
c9310bac
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
25c36d2e
stages
:
-
prepare
-
build
docker
:
stage
:
prepare
script
:
-
docker build -t dpsim-dev .
tags
:
-
shell
build
:
stage
:
build
script
:
-
make -C Source
image
:
dpsim-dev
tags
:
-
docker
\ No newline at end of file
Dockerfile
0 → 100644
View file @
25c36d2e
FROM
fedora:latest
MAINTAINER
Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
RUN
dnf
-y
install
\
gcc-c++
\
make
\
eigen3-devel
\
doxygen
\ No newline at end of file
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