diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-07-08 07:35:08 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-07-08 07:37:29 -0400 |
commit | 54947d054b2f5f309d2adf4d01927f6927ea27b5 (patch) | |
tree | 19cd8130d763bc4abc49799de84a4f2dee9f16ca | |
parent | 69854f86ebc32348f21a8d201d8cfde853d760be (diff) | |
download | haskell-wip/head.hackage.tar.gz |
head.hackage: Run builds with -dcore-lintwip/head.hackage
-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 |