forked from AUR/linux-vfio
This commit is contained in:
parent
1ff7ae43dc
commit
67218f2e86
13
.drone.yml
13
.drone.yml
@ -3,20 +3,23 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
repo:
|
event:
|
||||||
include:
|
- push
|
||||||
- AUR/linux-vfio
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Fetch Upstream
|
- name: Fetch Upstream
|
||||||
image: archlinux:base-devel
|
image: archlinux:base-devel
|
||||||
commands:
|
commands:
|
||||||
|
- pacman -Sy git --noconfirm
|
||||||
- git remote add upstream https://git.tau.aperturect.com/AUR/linux-vfio.git
|
- git remote add upstream https://git.tau.aperturect.com/AUR/linux-vfio.git
|
||||||
- git fetch upstream
|
- git fetch upstream
|
||||||
- git merge upstream/main
|
- git merge upstream/main
|
||||||
- git push
|
|
||||||
- name: Build linux-vfio
|
- name: Build linux-vfio
|
||||||
image: archlinux:base-devel
|
image: archlinux:base-devel
|
||||||
commands:
|
commands:
|
||||||
- pacman -Syu --noconfirm
|
- pacman -Syu --noconfirm
|
||||||
- MAKEFLAGS="-j$(nproc)" makepkg --syncdeps
|
- chmod +x setupbuild.sh
|
||||||
|
- sh setupbuild.sh
|
||||||
|
- gpg --keyserver keys.gnupg.net --recv-keys 3B94A80E50A477C7
|
||||||
|
- su build
|
||||||
|
- MAKEFLAGS="-j$(nproc)" makepkg --syncdeps --noconfirm
|
Loading…
Reference in New Issue
Block a user