summarylogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorEdmundo Sanchez2020-11-23 15:37:40 -0600
committerEdmundo Sanchez2020-11-23 15:37:40 -0600
commitfd9d341bdbc19d718a534f91ad2201acb8a3ee4c (patch)
tree2298d5b2fb43dc42ae149f8842a95e84681294b6 /test
parent68e02dff700c11e06069440286fdc72063ca9b47 (diff)
downloadaur-fd9d341bdbc19d718a534f91ad2201acb8a3ee4c.tar.gz
Add release and test scripts:
- test is just makepkg --check - release opdates source info and releases to aur
Diffstat (limited to 'test')
-rwxr-xr-xtest5
1 files changed, 5 insertions, 0 deletions
diff --git a/test b/test
new file mode 100755
index 000000000000..377b1fdfd837
--- /dev/null
+++ b/test
@@ -0,0 +1,5 @@
+#! /usr/bin/bash
+
+makepkg --check
+
+makepkg -fg \ No newline at end of file