mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 22:21:32 +00:00
Moved scripts to scripts folder
This commit is contained in:
@ -234,7 +234,7 @@ jobs:
|
|||||||
echo "${VERSION}" >> artifacts/version
|
echo "${VERSION}" >> artifacts/version
|
||||||
echo "${CIRCLE_TAG}" >> artifacts/git_version
|
echo "${CIRCLE_TAG}" >> artifacts/git_version
|
||||||
make build-install
|
make build-install
|
||||||
cp ./wasmer.tar.gz ./artifacts/$(./binary-name.sh)
|
cp ./wasmer.tar.gz ./artifacts/$(./scripts/binary-name.sh)
|
||||||
- run:
|
- run:
|
||||||
name: Dynamic library
|
name: Dynamic library
|
||||||
command: |
|
command: |
|
||||||
@ -305,7 +305,7 @@ jobs:
|
|||||||
cargo build --release --manifest-path wapm-cli/Cargo.toml --features "telemetry update-notifications"
|
cargo build --release --manifest-path wapm-cli/Cargo.toml --features "telemetry update-notifications"
|
||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
make build-install
|
make build-install
|
||||||
cp ./wasmer.tar.gz ./artifacts/$(./binary-name.sh)
|
cp ./wasmer.tar.gz ./artifacts/$(./scripts/binary-name.sh)
|
||||||
# VERSION=$(cargo pkgid | cut -d# -f2 | cut -d: -f2)
|
# VERSION=$(cargo pkgid | cut -d# -f2 | cut -d: -f2)
|
||||||
# echo "${VERSION}" >> artifacts/version
|
# echo "${VERSION}" >> artifacts/version
|
||||||
- run:
|
- run:
|
||||||
|
Reference in New Issue
Block a user