Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
I
ink
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
parity
ink
Commits
04b0a169
Verified
Commit
04b0a169
authored
Oct 02, 2019
by
Denis_P
👙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples parallelized
parent
87647d4b
Pipeline
#53140
failed with stage
in 5 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
1 deletion
+28
-1
.gitlab-ci.yml
.gitlab-ci.yml
+28
-1
No files found.
.gitlab-ci.yml
View file @
04b0a169
...
...
@@ -73,7 +73,7 @@ check-workspace:
-
time cargo test --verbose --all --all-features
-
time cargo build --verbose --all --no-default-features --release --target=wasm32-unknown-unknown
check-examples
:
.
check-examples
:
stage
:
test
<<
:
*docker-env
script
:
...
...
@@ -89,4 +89,31 @@ check-examples:
fi
-
sccache -s
examples-wasm
:
stage
:
test
<<
:
*docker-env
script
:
-
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
examples-test
:
stage
:
test
<<
:
*docker-env
script
:
-
for example in $(ls examples/lang); do
time cargo test --verbose --manifest-path examples/lang/$example/Cargo.toml;
done
-
sccache-s
examples-abi
:
stage
:
test
<<
:
*docker-env
script
:
-
for example in $(ls examples/lang); do
time cargo run --package abi-gen --manifest-path examples/lang/$example/Cargo.toml;
done
-
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