What's here?
This folder contains the scripts run by the CI pipeline on GitLab.
The .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
file.
It runs make under the quad directory to build the project.
Test Stage
The test stage is defined by the ci-test.sh
file.
It runs make test under the quad directory to run the tests.