UNPKG

easy-aos

Version:

帮助配置arm-gcc开发环境,简化命令行。

28 lines (27 loc) 855 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const docker = { build: { run: "docker", params: ["run", "--name aos-build", "-v ${aos_path}:/home/AliOS-Things", { condition: "${isApp}", params: ["-v ${pwd}:/home/AliOS-Things/app/example/${app}", "-v ${pwd}/out:/home/AliOS-Things/out/"] }, "-it --rm walker2048/easy-aos:slim", "aos make ${app}@${board}"] }, new: { run: "docker", params: ["run", "--name aos-build", "-v ${aos_path}:/home/AliOS-Things", { condition: "${isApp}", params: ["-v ${pwd}:/home/AliOS-Things/app/example/"] }, "-it --rm walker2048/easy-aos:slim", "aos make ${app}@${board}"] }, install: { self: "link" }, os: ["win10 pro|win10 enterp", "Linux", "osx"] }; var _default = docker; exports.default = _default;