Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dunitrust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nodes
rust
Dunitrust
Commits
df821484
Commit
df821484
authored
7 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
try to publish doc via gitlab pages
parent
42674ad8
Branches
Branches containing commit
No related tags found
1 merge request
!58
Resolve "Add crates blockchain, conf, core, dal, message, module, network, tui and ws2p"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+29
-12
29 additions, 12 deletions
.gitlab-ci.yml
with
29 additions
and
12 deletions
.gitlab-ci.yml
+
29
−
12
View file @
df821484
stages
:
stages
:
-
build_and_tests
-
build_and_tests
-
clippy
-
fmt
-
fmt
-
clippy
-
publish
-
publish
before_script
:
before_script
:
...
@@ -37,28 +37,28 @@ build_and_tests:nightly:
...
@@ -37,28 +37,28 @@ build_and_tests:nightly:
when
:
manual
when
:
manual
allow_failure
:
true
allow_failure
:
true
clippy
:
fmt
:
stage
:
clippy
stage
:
fmt
image
:
rustlang/rust:nightly
image
:
rustlang/rust:nightly
tags
:
tags
:
-
redshift-rs-nightly
-
redshift-rs-nightly
before_script
:
before_script
:
-
export PATH="$HOME/.cargo/bin:$PATH"
-
export PATH="$HOME/.cargo/bin:$PATH"
-
cargo install --force
clippy --verbose
-
cargo install --force
rustfmt-nightly
script
:
script
:
-
cargo
clippy --all -- -D warnings --verbose
-
cargo
fmt -- --check
allow_failure
:
true
allow_failure
:
true
fmt
:
clippy
:
stage
:
fmt
stage
:
clippy
image
:
rustlang/rust:nightly
image
:
rustlang/rust:nightly
tags
:
tags
:
-
redshift-rs-nightly
-
redshift-rs-nightly
before_script
:
before_script
:
-
export PATH="$HOME/.cargo/bin:$PATH"
-
export PATH="$HOME/.cargo/bin:$PATH"
-
cargo install --force
rustfmt-nightly
-
cargo install --force
clippy --verbose
script
:
script
:
-
cargo
fmt -- --check
-
cargo
clippy --all -- -D warnings --verbose
allow_failure
:
true
allow_failure
:
true
publish:crate
:
publish:crate
:
...
@@ -74,3 +74,20 @@ publish:crate:
...
@@ -74,3 +74,20 @@ publish:crate:
-
tags
-
tags
allow_failure
:
false
allow_failure
:
false
when
:
manual
when
:
manual
pages
:
stage
:
publish
tags
:
-
redshift-rs-stable
before_script
:
-
export PATH="$HOME/.cargo/bin:$PATH"
script
:
-
cargo doc
-
mv target/doc public
-
ls public
artifacts
:
untracked
:
true
paths
:
-
public
allow_failure
:
true
when
:
manual
\ No newline at end of file
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