mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-05-11 23:07:22 +00:00
fix build, add ci check
This commit is contained in:
parent
1cf766c697
commit
479a1f24e1
@ -3,4 +3,8 @@ language:
|
||||
|
||||
script:
|
||||
- cargo build --release --verbose
|
||||
- cargo build --manifest-path build/Cargo.toml
|
||||
- cargo build --manifest-path prune/Cargo.toml
|
||||
- cargo build --manifest-path gas/Cargo.toml
|
||||
- cargo build --manifest-path ext/Cargo.toml
|
||||
- cargo test --verbose
|
||||
|
@ -7,7 +7,7 @@ authors = ["NikVolf <nikvolf@gmail.com>"]
|
||||
glob = "0.2"
|
||||
wasm-utils = { path = "../" }
|
||||
clap = "2.24"
|
||||
parity-wasm = "0.14"
|
||||
parity-wasm = "0.15"
|
||||
|
||||
[[bin]]
|
||||
name = "wasm-build"
|
||||
|
@ -4,5 +4,5 @@ version = "0.1.0"
|
||||
authors = ["NikVolf <nikvolf@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
parity-wasm = "0.12"
|
||||
parity-wasm = "0.15"
|
||||
wasm-utils = { path = "../" }
|
@ -4,5 +4,5 @@ version = "0.1.0"
|
||||
authors = ["NikVolf <nikvolf@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
parity-wasm = "0.12"
|
||||
parity-wasm = "0.15"
|
||||
wasm-utils = { path = "../" }
|
@ -4,6 +4,6 @@ version = "0.1.0"
|
||||
authors = ["NikVolf <nikvolf@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
parity-wasm = "0.12"
|
||||
parity-wasm = "0.15"
|
||||
wasm-utils = { path = "../" }
|
||||
clap = "2.24"
|
||||
|
Loading…
x
Reference in New Issue
Block a user