Skip to content

Commit

Permalink
feat: Support delivering build artifacts in GitLab CI
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Oct 15, 2023
1 parent 5356457 commit 4564278
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ static-analysis:
script:
- ./continuous-integration/do-static-analysis.install-system-deps.sh
- ./continuous-integration/do-static-analysis.sh

generate-build-artifacts:
stage: deploy
artifacts:
paths:
- '*'

0 comments on commit 4564278

Please sign in to comment.