Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
b205ded0
Verified
Commit
b205ded0
authored
Oct 02, 2019
by
Denis_P
🏑
Browse files
typo
parent
04b0a169
Pipeline
#53142
failed with stage
in 4 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b205ded0
...
...
@@ -96,7 +96,7 @@ examples-wasm:
-
for example in $(ls examples/lang); do
time cargo build --release --no-default-features --target=wasm32-unknown-unknown --verbose --manifest-path examples/lang/$example/Cargo.toml;
done
-
sccache-s
-
sccache
-s
examples-test
:
stage
:
test
...
...
@@ -105,7 +105,7 @@ examples-test:
-
for example in $(ls examples/lang); do
time cargo test --verbose --manifest-path examples/lang/$example/Cargo.toml;
done
-
sccache-s
-
sccache
-s
examples-abi
:
stage
:
test
...
...
@@ -114,6 +114,6 @@ examples-abi:
-
for example in $(ls examples/lang); do
time cargo run --package abi-gen --manifest-path examples/lang/$example/Cargo.toml;
done
-
sccache-s
-
sccache
-s
# stage: build
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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