mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
debug flag checked
This commit is contained in:
parent
afad1b83d8
commit
95fc436831
@ -168,9 +168,9 @@ jobs:
|
||||
echo "${CIRCLE_TAG}" >> artifacts/git_version
|
||||
cp ./target/release/wasmer ./artifacts/$(./binary-name.sh)
|
||||
- run:
|
||||
name: Debug release build
|
||||
name: Debug flag checked
|
||||
command: |
|
||||
make debug-release
|
||||
cargo check --features "debug"
|
||||
- persist_to_workspace:
|
||||
root: .
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user