|
@@ -2,18 +2,10 @@
|
|
|
|
|
|
set -e
|
|
|
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
curl https://getsubstrate.io -sSf | bash -s -- --fast
|
|
|
|
|
|
-echo "*** Initialising WASM build environment"
|
|
|
-
|
|
|
-if [ -z $CI_PROJECT_NAME ] ; then
|
|
|
- rustup update nightly
|
|
|
- rustup update stable
|
|
|
-fi
|
|
|
-
|
|
|
-rustup target add wasm32-unknown-unknown --toolchain nightly
|
|
|
-
|
|
|
-
|
|
|
-command -v wasm-gc || \
|
|
|
- cargo +nightly install --git https://github.com/alexcrichton/wasm-gc --force
|