-
Notifications
You must be signed in to change notification settings - Fork 1
Document CI
Fredrik August Madsen-Malmo edited this page Feb 10, 2021
·
2 revisions
This page aims to explain the continuous integration setup in this repository.
The pipeline will have to pass before you may merge a pull request into master
.
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.
SINTEF AS 2021