[Git][haskell-team/package-plan][wip/kaction/repack-index-2] Adjust .gitlab-ci to new plan check procedure
Dmitry Bogatov
gitlab at salsa.debian.org
Fri May 17 23:16:57 BST 2019
Dmitry Bogatov pushed to branch wip/kaction/repack-index-2 at Debian Haskell Group / package-plan
Commits:
5dca3f01 by Dmitry Bogatov at 2019-05-17T22:13:22Z
Adjust .gitlab-ci to new plan check procedure
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -7,6 +7,10 @@ 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
+ - 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 libghc-shake-dev
- HOME=.cabal cabal update
- - HOME=.cabal ./test-packages.pl
+ - LC_ALL=C.UTF-8 ghc shake.hs
+ - HOME=.cabal ./shake build/ordered.tar -V
+ - HOME=.cabal ./shake build/01-index.tar -V
+ - HOME=.cabal ./shake build/additional.tar -V
+ - HOME=.cabal ./shake build/00-index.tar -V
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/5dca3f018dead32f2e76d1d730f78c2352511025
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/5dca3f018dead32f2e76d1d730f78c2352511025
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/20190517/a83fc974/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list