forked from AUR/linux-vfio
Update '.drone.yml'
This commit is contained in:
parent
4db36fd226
commit
afe389886a
20
.drone.yml
20
.drone.yml
@ -2,9 +2,21 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
repo:
|
||||||
|
include:
|
||||||
|
- AUR/linux-vfio
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: greeting
|
- name: Fetch Upstream
|
||||||
image: archlinux
|
image: archlinux:base-devel
|
||||||
commands:
|
commands:
|
||||||
- echo hello
|
- git remote add upstream https://git.tau.aperturect.com/AUR/linux-vfio.git
|
||||||
- echo world
|
- git fetch upstream
|
||||||
|
- git merge upstream/main
|
||||||
|
- git push
|
||||||
|
- name: Build linux-vfio
|
||||||
|
image: archlinux:base-devel
|
||||||
|
commands:
|
||||||
|
- pacman -Syu --noconfirm
|
||||||
|
- MAKEFLAGS="-j$(nproc)" makepkg --syncdeps
|
Loading…
Reference in New Issue
Block a user