From 4ae92b929fb2dc3a450a088d96b47073a62e7ee1 Mon Sep 17 00:00:00 2001 From: Dan Vonk <dan@danvonk.com> Date: Wed, 26 Jun 2024 21:53:23 +0200 Subject: [PATCH] Add CI instructions in docs/ --- docs/for_devs/ci.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/for_devs/ci.rst diff --git a/docs/for_devs/ci.rst b/docs/for_devs/ci.rst new file mode 100644 index 0000000..21f74ca --- /dev/null +++ b/docs/for_devs/ci.rst @@ -0,0 +1,14 @@ +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 -- GitLab