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
1470c2fe
Verified
Commit
1470c2fe
authored
Oct 02, 2019
by
Denis_P
👙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples parallelized
parent
32e96766
Pipeline
#53136
failed with stage
in 1 minute and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
11 deletions
+19
-11
.gitlab-ci.yml
.gitlab-ci.yml
+19
-11
No files found.
.gitlab-ci.yml
View file @
1470c2fe
...
...
@@ -59,21 +59,29 @@ check-workspace:
echo "Some workspace checks have not passed!";
exit 1;
fi
-
sccache -s
check-examples
:
examples-wasm
:
stage
:
test
<<
:
*docker-env
script
:
-
./scripts/check-examples.sh
-
check_examples=$?
-
if [ $check_examples -eq 0 ];
then
echo "Examples checks have passed!";
exit 0;
else
echo "Some examples checks have not passed!";
exit 1;
fi
-
cargo build --release --no-default-features --target=wasm32-unknown-unknown --verbose --manifest-path examples/lang/$example/Cargo.toml
-
sccache -s
examples-test
:
stage
:
test
<<
:
*docker-env
script
:
-
cargo test --verbose --manifest-path examples/lang/$example/Cargo.toml
-
sccache -s
examples-abi
:
stage
:
test
<<
:
*docker-env
script
:
-
cargo run --package abi-gen --manifest-path examples/lang/$example/Cargo.toml
-
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