From 67218f2e865ad2c263c96e4dd69a4270e5eba5e7 Mon Sep 17 00:00:00 2001 From: Shaquille Soekhlal Date: Mon, 28 Mar 2022 21:31:26 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index ab525ec..4946291 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,20 +3,23 @@ type: docker name: default trigger: - repo: - include: - - AUR/linux-vfio + event: + - push steps: - name: Fetch Upstream image: archlinux:base-devel commands: + - pacman -Sy git --noconfirm - git remote add upstream https://git.tau.aperturect.com/AUR/linux-vfio.git - 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 \ No newline at end of file + - chmod +x setupbuild.sh + - sh setupbuild.sh + - gpg --keyserver keys.gnupg.net --recv-keys 3B94A80E50A477C7 + - su build + - MAKEFLAGS="-j$(nproc)" makepkg --syncdeps --noconfirm \ No newline at end of file