Skip to content

Commit

Permalink
Add devcontainer. Rename base module. Cleanup gitignore, out folder, …
Browse files Browse the repository at this point in the history
…and misc.xml (#27)
  • Loading branch information
Daniel-Runge authored Sep 28, 2024
1 parent 6a4dc10 commit e98aa1a
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 34 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM movesrwth/stormpy:stable

RUN apt update && apt upgrade -y
RUN apt install texlive-full -y

23 changes: 23 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Stormpy",
// "image": "movesrwth/stormpy:stable",
"build": {
"dockerfile": "Dockerfile"
},
"runArgs": ["--name", "stormpy-devcontainer"],
"customizations": {
"jetbrains": {
"plugins": [
"nl.rubensten.texifyidea",
"com.firsttimeinforever.intellij.pdf.viewer.intellij-pdf-viewer"
]
},
"vscode": {
"extensions": [
"James-Yu.latex-workshop",
"ms-vscode-remote.vscode-remote-extensionpack",
"ms-azuretools.vscode-docker"
]
}
}
}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cmake-build-*/
*.iws

# IntelliJ
out/
#out/

# mpeltonen/sbt-idea plugin
.idea_modules/
Expand Down
3 changes: 0 additions & 3 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
30 changes: 0 additions & 30 deletions qodana.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions report/out/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Added this file to include the out folder in the repository, despite being otherwise empty
*
!.gitignore

0 comments on commit e98aa1a

Please sign in to comment.