mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-24 07:51:20 +00:00
make the directory if it doesn't exist
This commit is contained in:
parent
3fd55cfefb
commit
c1cda5f5b5
@ -51,10 +51,10 @@ install:
|
|||||||
build_script:
|
build_script:
|
||||||
- cargo build --release --verbose
|
- cargo build --release --verbose
|
||||||
# Now we build wapm
|
# Now we build wapm
|
||||||
- rmdir wapm-cli /s /q
|
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
# Cache wapm cli target in dir above to prevent breaking git submodule on windows
|
# Cache wapm cli target in dir above to prevent breaking git submodule on windows
|
||||||
|
- if not exist wapm-cli-target mkdir wapm-cli-target
|
||||||
- move wapm-cli-target wapm-cli
|
- move wapm-cli-target wapm-cli
|
||||||
- rename wapm-cli\wapm-cli-target wapm-cli\target
|
- rename wapm-cli\wapm-cli-target wapm-cli\target
|
||||||
- cargo build --release --manifest-path wapm-cli/Cargo.toml --features telemetry
|
- cargo build --release --manifest-path wapm-cli/Cargo.toml --features telemetry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user