summarylogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.drone.yml b/.drone.yml
deleted file mode 100644
index 153d6fdd46e6..000000000000
--- a/.drone.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-kind: pipeline
-type: docker
-name: default
-
-steps:
-- name: fixperms
- image: imrehg/archlinux-makepkg
- user: root
- commands:
- - chown -R builder:builder .
-- name: build
- image: imrehg/archlinux-makepkg
- commands:
- - yay -Suy --noconfirm
- - namcap PKGBUILD
- - makepkg -sci --noconfirm
- - namcap *.pkg.tar.xz
-