mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2026-03-17 08:19:12 +00:00
add task build preconditions
This commit is contained in:
parent
dfb96777bb
commit
5b4a76c484
@ -22,6 +22,12 @@ tasks:
|
||||
build:
|
||||
desc: Build the project
|
||||
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:
|
||||
- for:
|
||||
matrix:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user