We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1a91f commit bcd0383Copy full SHA for bcd0383
appveyor.yml
@@ -46,8 +46,8 @@ test_script:
46
47
before_deploy:
48
# TODO Update this to build the artifacts that matter to you
49
- - cargo rustc --target %TARGET% --release --bin jormungandr -- -C lto
50
- - cargo rustc --target %TARGET% --release --bin jcli -- -C lto
+ - cargo rustc --target %TARGET% --release -p jormungandr -- -C lto
+ - cargo rustc --target %TARGET% --release -p jcli -- -C lto
51
- ps: ci\before_deploy.ps1
52
53
deploy:
0 commit comments