Skip to content
Snippets Groups Projects
Commit 49f54dfd authored by Dan Vonk's avatar Dan Vonk Committed by Daniel Vonk
Browse files

Update CI doc

parent 13374cb0
No related branches found
No related tags found
2 merge requests!19Merge develop into main,!17Add CUDA backend
CI Pipeline
==================================
Sassena has a CI.
Building the Docker Image
-------------------------
Sassena uses a docker container to build the program and run the unit tests on
......@@ -8,12 +10,18 @@ the CI server.
Firstly, may need to create a "Personal Access Token". This can be done in the
Gitlab settings under your personal profile settings. Once this is done, with your
credentials, run the command::
docker login registry.hzdr.de
credentials, run the command
.. code-block::
docker login registry.hzdr.de
The docker image can be build on a local machine using the command
.. code-block::
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::
simply update the Sassena registry using the command
.. code-block::
docker push registry.hzdr.de/daphne4nfdi/sassena
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment