Description:
Add validation to Gitlab CI.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r447:ac4eb912640b -

@@ -1,7 +1,14
1 1
2 2 stages:
3 - validate
3 4 - build
4 5
6 validate:
7 stage: validate
8 script:
9 - make validate
10 image: mcr.microsoft.com/dotnet/sdk:3.1-focal
11
5 12 build-debug:
6 13 stage: build
7 14 script:
You need to be logged in to leave comments. Login now