Skip to content
Snippets Groups Projects
Commit 378f27ef authored by Cédric Moreau's avatar Cédric Moreau
Browse files

test: see srtool_output

parent ceeab266
No related branches found
No related tags found
No related merge requests found
Pipeline #34323 waiting for manual action
...@@ -197,7 +197,7 @@ readme_docker_release_tag: ...@@ -197,7 +197,7 @@ readme_docker_release_tag:
# Copy sources to the expected directory of srtool # Copy sources to the expected directory of srtool
- cp -R * /build/ - cp -R * /build/
# Build the runtime # Build the runtime
- /srtool/build --app --json -cM > $SRTOOL_OUTPUT - /srtool/build --app --json -cM
- mv /build/runtime/$RUNTIME/target/srtool/release/wbuild/$RUNTIME-runtime/${RUNTIME}_runtime.compact.compressed.wasm $CI_PROJECT_DIR/release/ - mv /build/runtime/$RUNTIME/target/srtool/release/wbuild/$RUNTIME-runtime/${RUNTIME}_runtime.compact.compressed.wasm $CI_PROJECT_DIR/release/
artifacts: artifacts:
name: "runtime" name: "runtime"
......
...@@ -1914,7 +1914,7 @@ dependencies = [ ...@@ -1914,7 +1914,7 @@ dependencies = [
[[package]] [[package]]
name = "duniter" name = "duniter"
version = "0.3.0" version = "0.7.0"
dependencies = [ dependencies = [
"async-io", "async-io",
"bs58 0.5.0", "bs58 0.5.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment