iso-deriving/.circleci/config.yml

11 lines
317 B
YAML
Raw Normal View History

2020-04-16 14:58:42 +03:00
version: 2.1
jobs:
2020-04-16 16:18:52 +03:00
build:
2020-04-16 15:18:39 +03:00
docker:
- image: nixos/nix:2.3@sha256:af330838e838cedea2355e7ca267280fc9dd68615888f4e20972ec51beb101d8
environment:
LC_ALL: C.UTF-8
steps:
- checkout
2020-04-23 16:48:28 +03:00
- run: nix-shell --pure --command "cabal update && cabal test --flags=strict && cabal haddock"