Add '.drone.yml'

This commit is contained in:
Shaquille Soekhlal 2022-04-15 13:36:40 +02:00
parent 89e4ae26ad
commit ba3560aa0f

31
.drone.yml Normal file
View File

@ -0,0 +1,31 @@
kind: pipeline
type: docker
name: default
trigger:
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/kfiredragonhelper.git
- git fetch upstream
- git merge upstream/master
- name: Build kfiredragonhelper
image: archlinux:base-devel
commands:
- pacman -Syu --noconfirm
- chmod +x setupbuild.sh
- sh setupbuild.sh
- gpg --keyserver keys.gnupg.net --recv-keys 3B94A80E50A477C7
- curl https://keybase.io/heftig/pgp_keys.asc | gpg --import
- su build
- sudo chown -R $(whoami) ~/.gnupg/
- sudo chmod 600 ~/.gnupg/*
- sudo chmod 700 ~/.gnupg
- sudo gpg --keyserver keys.gnupg.net --recv-keys 3B94A80E50A477C7
- sudo curl https://keybase.io/heftig/pgp_keys.asc | gpg --import
- MAKEFLAGS="-j$(nproc)" makepkg --syncdeps --noconfirm -f --skipinteg