Commit 79e221b7 authored by locallycompact's avatar locallycompact
Browse files

Change CI to shell runner

No related merge requests found
Pipeline #168 canceled with stages
image: nixos/nix:latest
before_script:
- export LC_ALL=C.UTF-8
- nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
- nix-channel --update
- nix-env -iA nixpkgs.stack
- nix-env -iA nixpkgs.hlint
stages:
- lint
- build
hlint:
lint:
stage: lint
script:
- hlint .
......@@ -19,4 +10,4 @@ hlint:
build:
stage: build
script:
- stack --nix build --ghc-options "-Wall -Werror"
- stack --nix test
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment