difftreelog
Merge pull request #1018 from UniqueNetwork/fix/ci-integration-tests-profile
in: master
1 file changed
.docker/Dockerfile-uniquediffbeforeafterboth48 cd unique-chain && \48 cd unique-chain && \49 echo "Using runtime features '$RUNTIME_FEATURES'" && \49 echo "Using runtime features '$RUNTIME_FEATURES'" && \50 CARGO_INCREMENTAL=0 cargo build --profile integration-tests --features="$RUNTIME_FEATURES" --locked && \50 CARGO_INCREMENTAL=0 cargo build --profile integration-tests --features="$RUNTIME_FEATURES" --locked && \51 mv ./target/release/unique-collator /unique_parachain/unique-chain/ && \51 mv ./target/integration-tests/unique-collator /unique_parachain/unique-chain/ && \52 cd target/release/wbuild && find . -name "*.wasm" -exec sh -c 'mkdir -p "../../../wasm/$(dirname {})"; cp {} "../../../wasm/{}"' \;52 cd target/integration-tests/wbuild && find . -name "*.wasm" -exec sh -c 'mkdir -p "../../../wasm/$(dirname {})"; cp {} "../../../wasm/{}"' \;535354# ===== BIN ======54# ===== BIN ======5555