[Git][ghc/ghc][master] Build Hadrian with -Werror in the 'ghc-in-ghci' CI job

Marge Bot gitlab at gitlab.haskell.org
Wed May 1 00:41:38 UTC 2019



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
37a4fd97 by Alp Mestanogullari at 2019-05-01T00:35:35Z
Build Hadrian with -Werror in the 'ghc-in-ghci' CI job

- - - - -


2 changed files:

- .gitlab-ci.yml
- + hadrian/ci.project


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -185,6 +185,7 @@ hadrian-ghc-in-ghci:
     - x86_64-linux
   script:
     - cabal update
+    - cd hadrian; cabal new-build --project-file=ci.project; cd ..
     - git clean -xdf && git submodule foreach git clean -xdf
     - bash .circleci/prepare-system.sh
     - if [[ -d ./cabal-cache ]]; then cp -R ./.cabal-cache ~/.cabal-cache; fi


=====================================
hadrian/ci.project
=====================================
@@ -0,0 +1,5 @@
+packages: ./
+          ../libraries/Cabal/Cabal/
+
+package hadrian
+    ghc-options: -Werror



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/37a4fd9715de4dad8033ea74483432c77818abf5

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/37a4fd9715de4dad8033ea74483432c77818abf5
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190430/797671d0/attachment.html>


More information about the ghc-commits mailing list