Compare commits

...

4 Commits

Author SHA1 Message Date
5384f085d0 Update '.drone.yml' 2022-03-28 17:07:38 +02:00
f6c14657f8 Add '.drone.yml' 2022-03-28 17:02:00 +02:00
02d2b28523 Merge remote-tracking branch 'upstream/main' 2022-03-28 16:38:12 +02:00
0134775247 w 2022-03-28 16:33:10 +02:00
2 changed files with 25 additions and 0 deletions

24
.drone.yml Normal file
View File

@@ -0,0 +1,24 @@
kind: pipeline
type: docker
name: default
trigger:
repo:
include:
- Hello_User/mirror-test
event:
- push
steps:
- name: Fetch Upstream
image: archlinux:base-devel
commands:
- git remote add upstream https://git.tau.aperturect.com/Hello_User/mirror-test.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

1
a.txt Normal file
View File

@@ -0,0 +1 @@
werwer