Pudding_LWGW_BR2/.drone.yml

30 lines
551 B
YAML
Raw Normal View History

---
kind: pipeline
type: vm
2023-06-30 01:44:23 +00:00
name: System Image
pool:
use: do-docker-20-04
steps:
2023-06-30 01:32:07 +00:00
- name: Submodules
2023-06-30 01:30:42 +00:00
commands:
- git submodule update --init --recursive
- name: Dependencies
2023-06-30 01:44:23 +00:00
environment:
DEBIAN_FRONTEND: noninteractive
commands:
2023-06-30 01:44:23 +00:00
- apt-get update
- apt-get install -y sed make binutils build-essential diffutils gcc g++ bash patch gzip bzip2 perl tar cpio unzip rsync file bc findutils wget
- name: Configure
commands:
- ./buildroot_make.sh lwgw_orangepi_pc_defconfig
- name: Build
commands:
- ./buildroot_make.sh