Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argotk
Commits
c4678135
Commit
c4678135
authored
Mar 06, 2019
by
Valentin Reis
Browse files
Ci update.
parent
4907d5e8
Pipeline
#5863
passed with stages
in 46 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c4678135
variables
:
ARGOPKGS
:
'
https://xgitlab.cels.anl.gov/argo/argopkgs/-/archive/master/argopkgs-master.tar.gz'
EXTRA
:
"
--argotk
./."
stages
:
-
main
-
build
-
quality
build
:
stage
:
main
script
:
-
nix-build -I argopkgs=$ARGOPKGS default.nix -A argotk
tags
:
-
integration
## Don't know why this fails:
# pre-commit:
# stage: main
# script:
# - nix-shell -I argopkgs=$ARGOPKGS default.nix --run "runhaskell ./shake.hs" -A shakeEnv
# tags:
# - integration
repoquality
:
stage
:
main
script
:
-
nix run -f "$ARGOPKGS" repoquality --command repoquality
tags
:
-
integration
include
:
-
https://xgitlab.cels.anl.gov/argo/argopkgs/raw/master/gitlab-ci/repoquality.yml
-
https://xgitlab.cels.anl.gov/argo/argopkgs/raw/master/gitlab-ci/argotk.yml
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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