mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-11 14:40:16 +00:00
62802fa3d9
chore: remove marine-rs-sdk-test usages
12 lines
230 B
Bash
Executable File
12 lines
230 B
Bash
Executable File
#/bin/sh
|
|
|
|
# This script builds all tests
|
|
(
|
|
cd lilo_after_2gb || exit;
|
|
marine build --release;
|
|
rm artifacts/* || true;
|
|
mkdir artifacts
|
|
)
|
|
|
|
cp ../../../target/wasm32-wasi/release/lilo_after_2gb.wasm lilo_after_2gb/artifacts/
|