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
Le Libre Au Quotidien
lc-core-substrate
Commits
cc64a915
Commit
cc64a915
authored
Jul 18, 2021
by
Le Libre Au Quotidien
Browse files
Add CI (test)
parent
436ec7ac
Pipeline
#13161
failed with stages
in 2 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
cc64a915
image
:
rust:alpine
stages
:
-
lint
-
test
-
build
-
fmt
lint
:
stage
:
lint
script
:
-
cargo clippy
test
:
stage
:
test
script
:
-
cargo test
build
:
stage
:
build
script
:
-
cargo build --release
artifacts
:
paths
:
-
target
fmt
:
stage
:
fmt
script
:
-
cargo fmt
\ No newline at end of file
Write
Preview
Supports
Markdown
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