marine-rs-sdk-test/examples/single-service/build.sh
Valery Antopol 0bf0489ed2
chore: move test-sdk examples from marine repo (#95)
* move related examples

* update Cargo.lock

* update test macro invocations

* update naming + add CI step

* add marine download CI step

* remove aggressive cargo update

* fix ci
2023-08-16 20:00:01 +03:00

10 lines
221 B
Bash
Executable File

#!/bin/sh
# This script builds all subprojects and puts all created Wasm modules in one dir
marine build --release
rm artifacts/* || true
mkdir -p artifacts
cp ../../target/wasm32-wasi/release/greeting.wasm artifacts/