Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
3358159a
Verified
Commit
3358159a
authored
Oct 02, 2019
by
Denis_P
🏑
Browse files
right order of components
parent
e7be4255
Pipeline
#53090
failed with stage
in 4 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3358159a
...
...
@@ -83,12 +83,12 @@ test-linux:
# Print current work directory state as directions.
# - ls -lah
# install rust components
-
rustup default nightly-2019-08-30
-
rustup target add wasm32-unknown-unknown
-
rustup component add clippy rustfmt
# - rustup target add wasm32-unknown-unknown
script
:
-
|
rustup default nightly-2019-08-30
rustup target add wasm32-unknown-unknown
./scripts/check-workspace.sh
check_workspace=$?
# if [ $check_workspace -eq 0 ]
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment