iso-deriving/.circleci/config.yml
2020-04-23 14:48:28 +01:00

11 lines
317 B
YAML

version: 2.1
jobs:
build:
docker:
- image: nixos/nix:2.3@sha256:af330838e838cedea2355e7ca267280fc9dd68615888f4e20972ec51beb101d8
environment:
LC_ALL: C.UTF-8
steps:
- checkout
- run: nix-shell --pure --command "cabal update && cabal test --flags=strict && cabal haddock"