Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
cuttr
Commits
bae44778
Commit
bae44778
authored
Sep 24, 2019
by
Swann Perarnau
Browse files
Merge branch 'ci-checks' into 'master'
[ci] activate repoquality on CI See merge request
!1
parents
2ed86700
faf52d67
Pipeline
#8551
passed with stages
in 2 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bae44778
test:cargo:
variables
:
ARGOPKGS
:
"
https://xgitlab.cels.anl.gov/argo/argopkgs/-/archive/master/argopkgs-master.tar.gz"
stages
:
-
style
-
build
repoquality
:
stage
:
style
script
:
-
rustc --version && cargo --version
# Print version info for debugging
-
cargo test --lib --verbose
# only do unit tests
style:check:
-
git ls-files *.rs >> .repoquality
-
nix run -f "$ARGOPKGS" repoquality --command repoquality
tags
:
-
integration
fmtcheck
:
stage
:
style
script
:
-
cargo fmt --version
-
cargo fmt --verbose -- --check
test:cargo:
stage
:
build
script
:
-
rustc --version && cargo --version
# Print version info for debugging
-
cargo test --lib --verbose
# only do unit tests
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