Skip to content

Commit

Permalink
activate gh status notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Nov 6, 2023
1 parent ad49691 commit 4151854
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ build:
- docker
stage: build
before_script:
- !reference [notify_github, script]
- cargo --version
script:
- make ci
after_script:
- cp /app/.cache/scdaemon.log scdaemon.log
- wget $icon_server/checkmark/$CI_COMMIT_REF_NAME/$CI_COMMIT_SHA/$CI_JOB_NAME/$CI_JOB_STATUS/${CI_JOB_URL#*/*/*/}
- !reference [notify_github, script]
coverage: '/^\d+.\d+% coverage/'
artifacts:
when: always
Expand All @@ -65,6 +66,7 @@ fuzz:
- docker
stage: fuzz
before_script:
- !reference [notify_github, script]
- cargo --version
script:
- make fuzz FUZZ_JOBS="$FUZZ_JOBS" FUZZ_DURATION="$FUZZ_DURATION"
Expand Down

0 comments on commit 4151854

Please sign in to comment.