Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

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
Select Git revision
Show changes
Commits on Source (1)
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