Skip to content
Snippets Groups Projects
Commit 044a24a0 authored by Peter Thedens's avatar Peter Thedens
Browse files

Add a readme to the ci directory

parent fcc592ad
No related branches found
No related tags found
No related merge requests found
# What's here?
This folder contains the scripts run by the CI pipeline on GitLab.
The [`.gitlab-ci.yml`](.gitlab-ci.yml) at the top level of the repo
specifies the two stages of the pipeline, __Build__ and __Test__.
## Build Stage
The build stage is defined by the [`ci-build.sh`](ci/ci-build.sh) file.
It runs [make](quad/Makefile) under the quad directory to build the project.
## Test Stage
The test stage is defined by the [`ci-test.sh`](ci/ci-test.sh) file.
It runs [make test](quad/Makefile#36) under the quad directory to run the 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