Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Shaquille Soekhlal 2022-03-28 21:31:26 +02:00
parent 1ff7ae43dc
commit 67218f2e86

View File

@ -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