Skip to content
Snippets Groups Projects
Commit 9d13c2aa authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

get rid of graph_tool, closes #43

parent a48f400f
No related branches found
No related tags found
1 merge request!16MPI operators
Pipeline #41847 failed
Continuous integration howto
============================
DRAFT !!
Docker reminder
---------------
Use docker_images/osname/Dockerfile to create a docker image :
For example::
cd docker_images/debian
docker build -t fperignon/hysop
To start the image::
docker run -ti fperignon/hysop bash
Images list::
docker images
Then tag and push image on docker hub (might need login)::
docker tag image_id fperignon/hysop:debian
docker push fperignon/hysop:debian
Pick image id in docker images list.
Gitlab-ci
---------
To use a given docker image in job:
image: fperignon/hysop:debian
The image will be pulled from docker hub.
yml driver
----------
See gitlab-ci documentation : http://docs.gitlab.com/ce/ci/yaml/README.html
In script, use -DCI_CONFIG=<something> option for cmake to send runner information to dashboard.
See scripts in utils to build, run, push and pull the docker image for continuous integration tests.
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