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 35
35
36
36
with :
37
37
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'
39
39
token : ${{ secrets.GH_ZWAVE_ACCESS_TOKEN }}
40
40
latest : true
41
41
Original file line number Diff line number Diff line change @@ -243,10 +243,28 @@ test: ${build_dir}
243
243
244
244
check : test
245
245
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
+
246
264
mapdir? =applications/zpc/components/dotdot_mapper/rules
247
265
datastore_file? =tmp.db
248
266
cache_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}
250
268
-reset
251
269
rm -fv ${datastore_file} * .tmp
252
270
mkdir -p ${cache_path}
You can’t perform that action at this time.
0 commit comments