Skip to content
代码片段 群组 项目
提交 fdabae16 编辑于 作者: Timotej Ecimovic's avatar Timotej Ecimovic
浏览文件

Let's see how CI does with a cross-platform build.

上级 f227d684
No related branches found
No related tags found
无相关合并请求
......@@ -98,7 +98,7 @@ pipeline
{
script
{
sh 'npm run dist'
sh 'npm run dist-all'
}
}
}
......
......@@ -34,6 +34,7 @@
"gen": "node src-script/zap-generate.js -z ./zcl-builtin/zcl-test.properties -g ./test/gen-template/gen-templates.json -i ./test/resource/save-file-test-regen.zap -o ./tmp",
"pack": "quasar build && electron-builder --dir",
"dist": "electron-builder",
"dist-all": "electron-builder -mwl",
"linuxpack-ui": "./dist/linux-unpacked/zap --zclProperties zcl-builtin/zcl-test.properties --genTemplateJson test/gen-template/gen-templates.json",
"linuxpack-check": "./dist/linux-unpacked/zap selfCheck --zclProperties zcl-builtin/zcl-test.properties --genTemplateJson test/gen-template/gen-templates.json",
"linuxpack-gen": "./dist/linux-unpacked/zap generate --noUi --noServer --zclProperties zcl-builtin/zcl-test.properties --genTemplateJson test/gen-template/gen-templates.json --output tmp",
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册