Skip to content

Document CI

Fredrik August Madsen-Malmo edited this page Feb 10, 2021 · 2 revisions

Continuous Integration

This page aims to explain the continuous integration setup in this repository.

Pull Requests

The pipeline will have to pass before you may merge a pull request into master.

Jobs

Build and run unit tests

This task builds the project using dotnet build, and then proceeds to run the tests with dotnet test. If either of the two tasks fail, the pipeline with fail.