Initial commit
This commit is contained in:
commit
784a34ed8c
1 changed files with 40 additions and 0 deletions
40
.drone.yml
Normal file
40
.drone.yml
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: aarch64
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build-package
|
||||||
|
image: depau/drone-makepkg:aarch64
|
||||||
|
settings:
|
||||||
|
#aur: aurpackage-git
|
||||||
|
#repo: https://gitlab.manjaro.org/manjaro-arm/packages/...git
|
||||||
|
#install_outputs: yes # default
|
||||||
|
#install: 'pkg1,pkg2,pkg3'
|
||||||
|
#pkgbuild: ./PKGBUILD # default
|
||||||
|
#auto_makeflags: yes # default
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: x86_64
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build-package
|
||||||
|
image: depau/drone-makepkg:x86_64
|
||||||
|
settings:
|
||||||
|
#aur: aurpackage-git
|
||||||
|
#repo: https://gitlab.manjaro.org/manjaro-arm/packages/...git
|
||||||
|
#install_outputs: yes # default
|
||||||
|
#install: 'pkg1,pkg2,pkg3'
|
||||||
|
#pkgbuild: ./PKGBUILD # default
|
||||||
|
#auto_makeflags: yes # default
|
||||||
|
|
Loading…
Reference in a new issue