--- kind: pipeline type: vm name: System Image pool: use: do-docker-20-04 steps: - name: Submodules commands: - git submodule update --init --recursive - name: Dependencies environment: DEBIAN_FRONTEND: noninteractive commands: - 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