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
1470c2fe
Verified
Commit
1470c2fe
authored
Oct 02, 2019
by
Denis_P
🏑
Browse files
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
.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