[mw-devel] [Git][arthur/mw][master] Introduce CI to mw via Gitlab-CI

Imran Hussain imranh at sucs.org
Sun Jul 9 12:31:46 BST 2017


Imran Hussain pushed to branch master at Justin Mitchell / mw


Commits:
57847312 by Imran Hussain at 2017-07-09T12:31:45+01:00
Introduce CI to mw via Gitlab-CI
- - - - -


1 changed file:

- + .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,20 @@
+image: debian:stable
+
+stages:
+  - build
+  #- test
+  #- deploy
+
+make deb!:
+  stage: build
+  before_script: 
+    - apt update
+    - apt -y install make autoconf devscripts build-essential
+    - apt install -y debhelper libreadline-dev libcurl4-nss-dev libsqlite3-dev libjansson-dev libncurses5-dev libssl-dev libpq-dev
+    - apt install -y zlib1g-dev
+  script: 
+    - make deb
+  artifacts:
+    expire_in: 1 week
+    paths:
+    - "*.deb"



View it on GitLab: https://projects.sucs.org/arthur/mw/commit/57847312b78cedd0386a9cc2afff4837e6555024

---
View it on GitLab: https://projects.sucs.org/arthur/mw/commit/57847312b78cedd0386a9cc2afff4837e6555024
You're receiving this email because of your account on projects.sucs.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/mw-devel/attachments/20170709/86ec5180/attachment.html>


More information about the mw-devel mailing list