Skip to content
Snippets Groups Projects
Commit 8a209384 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

head.hackage: Run builds with -dcore-lint

parent d5c899d1
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ curl --silent --show-error \
-F "token=$HEAD_HACKAGE_TRIGGER_TOKEN" \
-F "ref=master" \
-F "variables[GHC_PIPELINE_ID]=$CI_PIPELINE_ID" \
-F "variables[EXTRA_HC_OPTS]=-dcore-lint" \
https://gitlab.haskell.org/api/v4/projects/$HEAD_HACKAGE_PROJECT_ID/trigger/pipeline \
| tee resp.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment