The latest version of haskell-ci is 0.18.1-0.

haskell-ci

Version 0.1.0.0 revision 0 uploaded by HerbertValerioRiedel.

Package meta

Synopsis
Cabal package script generator for Travis-CI
Description

Script generator (make-travis-yml) for Travis-CI for continuous-integration testing of Haskell Cabal packages.

Included features (not limited to):

  • Multiple GHC support

  • Dependency caching

  • cabal.project support (see Nix-style local builds documentation

  • Runs tests and builds benchmarks

  • Generates Haddocks

  • macOS (OSX) support

  • building with specific constraints

Quick Start Guide

Add a tested-with line to your .cabal file (e.g. tested-with: GHC == 8.0.2 || == 8.2.2) and then run make-travis-yml yourpackage.cabal -o .travis.yml to generate the Travis-CI job script.

See make-travis-yml --help for more information.

Author
Herbert Valerio Riedel, Oleg Grenrus
Bug reports
https://github.com/haskell-CI/haskell-ci/issues
Category
Development
Copyright
n/a
Homepage
http://haskell-ci.rtfd.org/
Maintainer
hvr@gnu.org
Package URL
n/a
Stability
n/a

Components