CI config

This commit is contained in:
Hans Hoeglund 2020-04-16 13:18:39 +01:00
parent f631d1d85c
commit 4c134a3896

View File

@ -1,13 +1,13 @@
version: 2.1
jobs:
build-nix-cabal:
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"
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"
build-stack:
docker:
- image: fpco/stack-build:lts