summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Kaspar Rudert (mortzu)2015-06-29 04:38:28 +0200
committerMoritz Kaspar Rudert (mortzu)2015-06-29 04:38:28 +0200
commite3ee09a5f95f8f256ef548b2555e113e63c9854a (patch)
tree76a4b9a1db4b8b01c2e90a7ecdfe71661d4a52f6
parent1f17f6681bbb79aba1b5a30e3b605bc844e0ffdf (diff)
downloadaur-e3ee09a5f95f8f256ef548b2555e113e63c9854a.tar.gz
Added .gitlab-ci.yml to repo
-rw-r--r--.AURINFO23
-rw-r--r--.gitlab-ci.yml9
2 files changed, 9 insertions, 23 deletions
diff --git a/.AURINFO b/.AURINFO
deleted file mode 100644
index bcfc93f1acaf..000000000000
--- a/.AURINFO
+++ /dev/null
@@ -1,23 +0,0 @@
-pkgbase = sakis3g
- pkgdesc = An all-in-one script for connecting with 3G
- pkgver = 0.2.0e
- pkgrel = 3
- url = http://sourceforge.net/projects/vim-n4n0/?source=navbar
- arch = any
- license = GPL2
- depends = ppp
- depends = net-tools
- optdepends = usb_modeswitch: for switching USB modems
- optdepends = kdialog: Graphical UI
- optdepends = zenity: Graphical UI
- optdepends = Xdialog: Graphical UI
- optdepends = whiptail: Text UI
- optdepends = dialog: Text UI
- optdepends = konsole: Terminal emulator
- optdepends = xterm: Terminal emulator
- optdepends = 9menu: Simple and easily configurable X-menu / program launcher
- source = http://garr.dl.sourceforge.net/project/vim-n4n0/sakis3g.tar.gz
- md5sums = 2a040d7901b629d42718502eae6048e6
-
-pkgname = sakis3g
-
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 000000000000..cb78996bb3b6
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,9 @@
+# This file is generated by GitLab CI
+Build:
+ script:
+ - export TERM='linux'
+ - PACMAN='yaourt2' makepkg --cleanbuild --clean --force --syncdeps --rmdeps --noconfirm
+ --asdeps
+ tags:
+ except:
+ - tags