Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lc-core-substrate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Libre Au Quotidien
lc-core-substrate
Compare revisions
master to master
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
llaq/lc-core-substrate
Select target project
No results found
master
Select Git revision
Swap
Target
nodes/rust/duniter-v2s
Select target project
nodes/rust/duniter-v2s
llaq/lc-core-substrate
pini-gh/duniter-v2s
vincentux/duniter-v2s
mildred/duniter-v2s
d0p1/duniter-v2s
bgallois/duniter-v2s
Nicolas80/duniter-v2s
8 results
master
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Add CI (test)
· cc64a915
Le Libre Au Quotidien
authored
3 years ago
cc64a915
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+29
-0
29 additions, 0 deletions
.gitlab-ci.yml
with
29 additions
and
0 deletions
.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
This diff is collapsed.
Click to expand it.