gitlab Continuous integration

30% OFF - 9th Anniversary discount on Entity Framework Extensions until December 15 with code: ZZZANNIVERSARY9

Introduction

The GitLab CI runs build jobs based on a checked in .gitlab-ci.yml. Jobs are run on a remote server in it's own docker container.

The CI server itself is configured with a config.toml.

Remarks

  • A build will fail if any lines in a job return an exit code != 0.


Got any gitlab Question?