haskell-ci: Cabal package script generator for Travis-CI
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.
Flags
Manual Flags
Name | Description | Default |
---|---|---|
shellcheck | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- haskell-ci-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.2, 0.2.1, 0.4, 0.6, 0.8, 0.10, 0.10.1, 0.10.2, 0.10.3, 0.12, 0.12.1, 0.14, 0.14.2, 0.14.3, 0.16, 0.16.2, 0.16.3, 0.16.6, 0.18, 0.18.1 |
---|---|
Dependencies | base (>=4.7 && <4.12), Cabal (>=1.18 && <1.19 || >=1.20 && <1.21 || >=1.22 && <1.23 || >=1.24 && <1.25 || >=2.0 && <2.1 || >=2.2 && <2.3), containers (>=0.4 && <0.6), deepseq (>=1.3 && <1.5), directory (>=1.1 && <1.4), filepath (>=1.2 && <1.5), haskell-ci, ShellCheck (==0.5.0), transformers (>=0.3 && <0.6) [details] |
Tested with | ghc ==7.8.4, ghc ==7.10.3, ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.3, ghc ==8.6.1 |
License | BSD-3-Clause |
Author | Herbert Valerio Riedel, Oleg Grenrus |
Maintainer | hvr@gnu.org |
Category | Development |
Home page | http://haskell-ci.rtfd.org/ |
Bug tracker | https://github.com/haskell-CI/haskell-ci/issues |
Source repo | head: git clone https://github.com/haskell-CI/haskell-ci.git |
Uploaded | by HerbertValerioRiedel at 2018-07-29T16:36:06Z |
Distributions | Arch:0.16.2, NixOS:0.18.1 |
Executables | make-travis-yml |
Downloads | 6037 total (3 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-07-29 [all 1 reports] |