File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 35353636 with :
3737 repository : ' Z-Wave-Alliance/z-wave-stack-binaries'
38- fileName : ' z-wave-stack-binaries-* -Linux.tar.gz'
38+ fileName : ' z-wave-stack-binaries-v25.1.0-26-g29d304ae8 -Linux.tar.gz'
3939 token : ${{ secrets.GH_ZWAVE_ACCESS_TOKEN }}
4040 latest : true
4141
Original file line number Diff line number Diff line change @@ -243,10 +243,28 @@ test: ${build_dir}
243243
244244check : test
245245
246+ zwa_project? =z-wave-stack-binaries
247+ zwa_rev? =25.1.0-26-g29d304a
248+ zwa_file? =${zwa_project}-${zwa_rev}-Linux.tar.gz
249+ zwa_url? =https://github.com/Z-Wave-Alliance/${zwa_project}
250+ zwa_dir? =${zwa_project}
251+
252+ ${CURDIR}/tmp/${zwa_file} :
253+ @echo " TODO: https://github.com/Z-Wave-Alliance/z-wave-stack-binaries/issues/2"
254+ mkdir -p ${@ D} && cd ${@ D} \
255+ && gh release download -R " ${zwa_url} " --pattern " ${zwa_file} "
256+
257+ ${zwa_dir} : ${CURDIR}/tmp/${zwa_file}
258+ mkdir -p " $@ "
259+ tar xfa " $<" -C " $@ "
260+
261+ zwa/setup : ${zwa_project}
262+ ls ${zwa_project}
263+
246264mapdir? =applications/zpc/components/dotdot_mapper/rules
247265datastore_file? =tmp.db
248266cache_path? =tmp/cache/ota
249- devel/integration/ test : ./scripts/tests/z-wave-stack-binaries-test.sh
267+ zwa/ test : ./scripts/tests/z-wave-stack-binaries-test.sh ${zwa_dir}
250268 -reset
251269 rm -fv ${datastore_file} * .tmp
252270 mkdir -p ${cache_path}
You can’t perform that action at this time.
0 commit comments