summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Soares2016-03-24 12:58:45 -0400
committerRafael Soares2016-03-24 12:58:45 -0400
commit8d0aa9342ed55c829e71f7d084f3e097da7b61bd (patch)
tree7057443ab59c4230b281d66657e7d73ec63fb92f
parentad167b8cff21584d3a7bbd4d95d844c4409a09cd (diff)
downloadaur-8d0aa9342ed55c829e71f7d084f3e097da7b61bd.tar.gz
Implement Countinuous Integration
- Add CONTRIBUTING.md - Add README.md - Add .gitlab-ci.yml
-rw-r--r--.SRCINFO2
-rw-r--r--.gitlab-ci.yml12
-rw-r--r--CONTRIBUTING.md8
-rw-r--r--PKGBUILD4
-rw-r--r--README.md8
5 files changed, 32 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d66df08b0ed9..a799216b819f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Mar 24 02:26:28 UTC 2016
+# Thu Mar 24 16:53:58 UTC 2016
pkgbase = umlet
pkgdesc = Free UML Tool for Fast UML Diagrams
pkgver = 14.1.1
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 000000000000..8f13731a8989
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,12 @@
+stages:
+ - build
+ - test
+ - deploy
+
+job_makepkg:
+ stage: build
+ script:
+ - makepkg -sf
+ tags:
+ - shell
+ - arch
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 000000000000..ed1d541a1b40
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,8 @@
+How to contribute:
+
+
+1 - Fork this repository
+
+2 - Create a new branch
+
+3 - Send a pull request
diff --git a/PKGBUILD b/PKGBUILD
index 4135a5bd9313..b7378f893f91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,7 @@
# Maintainer=rafaelsoaresbr <rafaelsoaresbr@gmail.com>
-# Package name
+# umlet
+# Contributing: https://gitlab.com/aur-ci/umlet.git
+# Builds: https://gitlab.com/aur-ci/umlet/builds
pkgbase="umlet"
pkgname=($pkgbase{-standalone,-eclipse-plugin})
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..25cb00495ccf
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+AUR Package:
+
+
+UMLet
+
+Contributing: https://gitlab.com/aur-ci/umlet.git
+
+Builds: https://gitlab.com/aur-ci/umlet/builds