diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-07-08 07:35:08 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-07-11 17:48:54 -0400 |
commit | 8a20938459ee8cd2f251faac97904aa5c9da7ec1 (patch) | |
tree | 2805affd386d5aeed89a134a01a4e50c94710c29 /.gitlab | |
parent | d5c899d1f62a58fedab29640a47fdb6e9590b9ea (diff) | |
download | haskell-8a20938459ee8cd2f251faac97904aa5c9da7ec1.tar.gz |
head.hackage: Run builds with -dcore-lint
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/start-head.hackage.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/start-head.hackage.sh b/.gitlab/start-head.hackage.sh index e948ae2319..12771fd029 100644 --- a/.gitlab/start-head.hackage.sh +++ b/.gitlab/start-head.hackage.sh @@ -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 |