[Git][haskell-team/package-plan][add-gitlab-ci] Make GitLab check package.txt
Dmitry Bogatov
gitlab at salsa.debian.org
Wed Sep 19 19:34:24 BST 2018
Dmitry Bogatov pushed to branch add-gitlab-ci at Debian Haskell Group / package-plan
Commits:
06c6d574 by Dmitry Bogatov at 2018-09-19T18:34:51Z
Make GitLab check package.txt
- - - - -
2 changed files:
- .gitignore
- + .gitlab-ci.yml
Changes:
=====================================
.gitignore
=====================================
@@ -8,3 +8,4 @@ update-suggestions.o
.*
!.gitignore
+!.gitlab-ci.yml
=====================================
.gitlab-ci.yml
=====================================
@@ -0,0 +1,12 @@
+image: debian:sid
+
+cache:
+ paths:
+ - .cabal
+build:
+ stage: deploy
+ script:
+ - apt-get update
+ - apt-get install -y --no-install-recommends cabal-install ghc dctrl-tools patchutils libtext-patch-perl libfile-slurp-perl libipc-run-perl liblist-moreutils-perl libdpkg-perl
+ - HOME=.cabal cabal update
+ - HOME=.cabal ./test-packages.pl
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/06c6d5747bfdd4a33b9662e2586b2d266c8cd38e
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/06c6d5747bfdd4a33b9662e2586b2d266c8cd38e
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/pkg-haskell-commits/attachments/20180919/ed38c0de/attachment.html>
More information about the Pkg-haskell-commits
mailing list