CI: Initial settings.
continuous-integration/drone/push Build was killed Details

Signed-off-by: Yilin Sun <imi415@imi.moe>
This commit is contained in:
Yilin Sun 2023-06-30 09:24:10 +08:00
parent 42801143ab
commit cd1fa786b7
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
2 changed files with 25 additions and 0 deletions

23
.drone.yml Normal file
View File

@ -0,0 +1,23 @@
---
kind: pipeline
type: vm
name: Container
pool:
use: do-docker-20-04
steps:
- name: Dependencies
commands:
- apt update
- apt install build-essential
- name: Configure
commands:
- ./buildroot_make.sh lwgw_orangepi_pc_defconfig
- name: Build
commands:
- ./buildroot_make.sh

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/output
/external_tree/customizations/users.table