mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-12-30 15:32:34 +03:00
10 lines
227 B
YAML
10 lines
227 B
YAML
language: haskell
|
|
ghc:
|
|
- 7.6
|
|
|
|
script:
|
|
- cabal configure
|
|
- cabal build # this builds all libraries and executables
|
|
- cabal check # check for warnings
|
|
- cabal sdist # tests that a source-distribution can be generated
|