Skip to content

Commit

Permalink
Add validation stage to GitLab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainfortin committed Mar 6, 2024
1 parent 2f1f157 commit e12e6d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ include:
- project: 'Sharpmake/SharpmakeExtended'
file: 'build/sharpmake-ci.yml'

stages:
- build
- test
- validation
- deploy


default:
tags:
Expand Down

0 comments on commit e12e6d6

Please sign in to comment.