mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2026-03-17 16:29:13 +00:00
add task build preconditions
This commit is contained in:
parent
dfb96777bb
commit
5b4a76c484
@ -22,6 +22,12 @@ tasks:
|
|||||||
build:
|
build:
|
||||||
desc: Build the project
|
desc: Build the project
|
||||||
deps: [generate-specs]
|
deps: [generate-specs]
|
||||||
|
preconditions:
|
||||||
|
- sh: |
|
||||||
|
if [ ! -f controllerClient/x64/nvdaControllerClient.dll ] || [ ! -f controllerClient/x86/nvdaControllerClient.dll ]; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
msg: 'nvdaControllerClient.dll is missing. See https://github.com/nvaccess/nvda/blob/master/extras/controllerClient/readme.md for instructions on how to obtain it.'
|
||||||
cmds:
|
cmds:
|
||||||
- for:
|
- for:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user