mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-25 13:47:57 +00:00
Merge pull request #34 from paritytech/fix-bin-build
Fix binaries build, add CI check
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
+1
-1
@@ -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 = "../" }
|
||||
+1
-1
@@ -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 = "../" }
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user