From 6d0db4ef0d3c1cde9cc98606cbbb32977ece4218 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sun, 16 Dec 2018 20:28:36 -0800 Subject: Add gitlab-ci.yml configuration file This change adds a configuration file for the Gitlab CI/CD pipeline to the repository. This file (directly or indirectly) controls the environment in which to build, what exactly to build, and ultimately would also be used to define what tests to run. With the pipeline in place the change also adds a badge indicating the status of the build on the project's front page. The following other CI services have been evaluated or tested and found to be insufficient for the needs at hand: - Travis CI: Does not support configuration in a directory other than the repository root - Cirrus CI: Has the same problem - Semaphore: Does not support Rust - Circle CI: Does not support Rust - Google Cloud Build: Pretty much strictly a paid service --- nitrocli/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nitrocli/README.md') diff --git a/nitrocli/README.md b/nitrocli/README.md index 69c3073..694d016 100644 --- a/nitrocli/README.md +++ b/nitrocli/README.md @@ -1,3 +1,5 @@ +[![pipeline](https://gitlab.com/d-e-s-o/nitrocli/badges/devel/pipeline.svg)](https://gitlab.com/d-e-s-o/nitrocli/commits/devel) + nitrocli ======== -- cgit v1.2.1