Put GHC on travis for real

Herbert Valerio Riedel hvriedel at gmail.com
Fri Jul 11 11:39:52 UTC 2014


Hello Joachim,

On 2014-07-11 at 12:36:23 +0200, Joachim Breitner wrote:
> with all packages as submodules, ghc-complete (which is basically a git
> repository tracking the „fingerprint“ of the main repository) is
> obsolete. So we could move the travis-checking of the main line to run
> on the ghc repository directly. This would require
>
>  * adding a .travis.yaml based on the contents of
> https://github.com/nomeata/ghc-complete/blob/master/.travis.yml
> and https://github.com/nomeata/ghc-complete/blob/master/validate.sh to
> the repository.
>  * enabling Travis for this repository.

Travis-CI is enabled for ghc/ghc with "Build only if .travis.yml is present"

I'd suggest you create a self-contained .travis.yml in a wip/ branch (
as that should trigger travis-builds) and tweak it there until it's
ready for master

Btw, can we get a clang-based build-config in the matrix as well?


Cheers,
  hvr


More information about the ghc-devs mailing list