1 Star 0 Fork 0

石明强/lk2nd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.drone.sh 279 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-only
set -eux
nproc && grep Mem /proc/meminfo && df -hT .
apt-get update -qq && apt-get install -yqq gcc gcc-arm-none-eabi device-tree-compiler libfdt-dev make python3 > /dev/null
make -j$(nproc) TOOLCHAIN_PREFIX=arm-none-eabi- "$@"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sharbang127/lk2nd.git
[email protected]:sharbang127/lk2nd.git
sharbang127
lk2nd
lk2nd
master

搜索帮助