Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ğ
Ğcli-v2s
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
clients
Rust
Ğcli-v2s
Commits
93e6bf55
Commit
93e6bf55
authored
1 year ago
by
Hugo Trentesaux
Browse files
Options
Downloads
Patches
Plain Diff
add gitlab ci
parent
61d83356
No related branches found
No related tags found
1 merge request
!6
add gitlab ci
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+28
-0
28 additions, 0 deletions
.gitlab-ci.yml
README.md
+2
-0
2 additions, 0 deletions
README.md
with
30 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
28
−
0
View file @
93e6bf55
# Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/rust/tags/
image
:
"
rust:latest"
stages
:
-
build
build
:
stage
:
build
# image used for this build
image
:
rust
# build script
script
:
-
cargo build --release
# output file
artifacts
:
paths
:
-
target/release/gcli
# use cache to avoid re-downloading and re-building all dependencies
cache
:
-
key
:
files
:
-
Cargo.lock
paths
:
-
target/release
# only build gcli when adding a tag
only
:
-
tags
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
+
2
−
0
View file @
93e6bf55
...
@@ -6,6 +6,8 @@ Using
...
@@ -6,6 +6,8 @@ Using
-
https://github.com/duniter/substrate
-
https://github.com/duniter/substrate
-
https://github.com/duniter/subxt
-
https://github.com/duniter/subxt
Download from
[
release
](
https://git.duniter.org/clients/rust/gcli-v2s/-/releases
)
or build with
`cargo build`
.
## Usage
## Usage
If using a different runtime, update the metadata for the client to compile:
If using a different runtime, update the metadata for the client to compile:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment