make polkadot-runtime optional feature (#3820)

* make polkadot-runtime optional feature

* sprinkle some cfg statements

* ok

* ok, ok

* add CI check

* set -e

* chmod +x

* fixes

* fmt

* nicer compile errors

* Update outdated comments
This commit is contained in:
Andronik Ordian
2021-09-13 12:28:33 +02:00
committed by GitHub
parent 3d2c4db477
commit 33d7f9dd7b
10 changed files with 152 additions and 52 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e
pushd node/service && cargo check --no-default-features && popd
pushd cli && cargo check --no-default-features --features "service" && popd