Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: (re)activate gh status notifications #183

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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