mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 11:21:08 +00:00
71261bb7c6
* Publish wasm binaries * Update package.json version (npm) * Copy directly to wasm32-unknown-unknown * Remove debug repo, enable final location * Always run through build test * Update for new direectory structure * Extra space before > * Copy from subtrate/executor & subtrate/test-runtime
18 lines
204 B
YAML
18 lines
204 B
YAML
sudo: false
|
|
language: rust
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
cache: cargo
|
|
|
|
matrix:
|
|
fast_finish: false
|
|
include:
|
|
- rust: stable
|
|
|
|
script:
|
|
- cargo check --all
|
|
- cargo test --all
|
|
- ./publish-wasm.sh
|