Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dup-tools-wasm
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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tools
dup-tools-wasm
Commits
5f2a0459
Commit
5f2a0459
authored
6 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
[ci] fix fmt require rust nightly image
parent
eff50ab7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-2
10 additions, 2 deletions
.gitlab-ci.yml
with
10 additions
and
2 deletions
.gitlab-ci.yml
+
10
−
2
View file @
5f2a0459
...
...
@@ -15,12 +15,20 @@ variables:
-
export PATH="$HOME/.cargo/bin:$PATH"
-
rustc --version && cargo --version
.rust_nightly_lin64
:
&rust_nightly_lin64
image
:
rustlang/rust:nightly
tags
:
-
redshift-rs-nightly
before_script
:
-
export PATH="$HOME/.cargo/bin:$PATH"
-
rustc --version && cargo --version
fmt
:
<<
:
*rust_
stable_wasm
<<
:
*rust_
nightly_lin64
stage
:
fmt
before_script
:
-
rustup show
-
rustup component add rustfmt-preview
-
rustup component add rustfmt-preview
--toolchain nightly
-
cargo fmt -- --version
script
:
-
cargo fmt -- --check
...
...
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