Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sassena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DAPHNE4NFDI
Sassena
Commits
4ae92b92
Commit
4ae92b92
authored
9 months ago
by
Dan Vonk
Committed by
Daniel Vonk
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Add CI instructions in docs/
parent
12ccbe78
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!19
Merge develop into main
,
!17
Add CUDA backend
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/for_devs/ci.rst
+14
-0
14 additions, 0 deletions
docs/for_devs/ci.rst
with
14 additions
and
0 deletions
docs/for_devs/ci.rst
0 → 100644
+
14
−
0
View file @
4ae92b92
CI Pipeline
==================================
Building the Docker Image
-------------------------
Sassena uses a docker container to build the program and run the unit tests on
the CI server.
The docker image can be build on a local machine using the command::
docker build -t registry.hzdr.de/daphne4nfdi/sassena .
If you have made changes to the docker container and want to push it to the CI,
simply update the Sassena registry using the command::
docker push registry.hzdr.de/daphne4nfdi/sassena
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment