Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
haskell
composite-tuple
Commits
79e221b7
Commit
79e221b7
authored
3 years ago
by
locallycompact
Browse files
Options
Download
Email Patches
Plain Diff
Change CI to shell runner
parent
375eb31e
master
v0.1.4.0
No related merge requests found
Pipeline
#168
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
11 deletions
+2
-11
.gitlab-ci.yml
.gitlab-ci.yml
+2
-11
No files found.
.gitlab-ci.yml
View file @
79e221b7
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
h
lint
:
lint
:
stage
:
lint
script
:
-
hlint .
...
...
@@ -19,4 +10,4 @@ hlint:
build
:
stage
:
build
script
:
-
stack --nix
build --ghc-options "-Wall -Werror"
-
stack --nix
test
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help