Skip to content

Commit

Permalink
Merge branch 'ci/autoupdate' into 'main'
Browse files Browse the repository at this point in the history
Add validation stage to GitLab CI

See merge request Sharpmake/sharpmake!505
  • Loading branch information
baudronp committed Mar 7, 2024
2 parents 2f1f157 + e12e6d6 commit 966e5d7
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 966e5d7

Please sign in to comment.