[Git][security-tracker-team/security-tracker][master] Add simple .gitlab-ci.yml file to check syntax on commit
Salvatore Bonaccorso
carnil at debian.org
Sun May 20 12:00:50 BST 2018
Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker
Commits:
394d4e5c by Salvatore Bonaccorso at 2018-05-20T12:56:27+02:00
Add simple .gitlab-ci.yml file to check syntax on commit
- - - - -
1 changed file:
- + .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,10 @@
+check-syntax:
+ stage: build
+
+ before_script:
+ - apt-get update && apt-get -y install git make python python-apt python-apsw
+
+ script:
+ - git checkout master
+ - git pull
+ - make check-syntax
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/394d4e5c93a40ec2231738651f9dd05d1fe4c82f
---
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/394d4e5c93a40ec2231738651f9dd05d1fe4c82f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20180520/da797c1c/attachment.html>
More information about the debian-security-tracker-commits
mailing list