Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argotk
Commits
319833bc
Commit
319833bc
authored
Feb 17, 2019
by
Valentin Reis
Browse files
adds pre-commit checking to local CI
parent
8c57f090
Pipeline
#5410
failed with stage
in 2 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
319833bc
...
@@ -4,10 +4,17 @@ variables:
...
@@ -4,10 +4,17 @@ variables:
stages
:
stages
:
-
main
-
main
local-nix-
build
:
build
:
stage
:
main
stage
:
main
script
:
script
:
-
nix-build $ARGOPKGS -A argotk --arg argotk-src ./.
-
nix-build default.nix -A argotk
tags
:
-
integration
pre-commit
:
stage
:
main
script
:
-
./shake.hs
tags
:
tags
:
-
integration
-
integration
...
...
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