[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:31:15 BST 2019
Dmitry Bogatov pushed to branch wip/kaction/repack-index-2 at Debian Haskell Group / package-plan
Commits:
5b1e9a4d by Dmitry Bogatov at 2019-05-17T22:31:05Z
Adjust .gitlab-ci to new plan check procedure
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -6,7 +6,9 @@ cache:
build:
stage: deploy
script:
+ - locale -a
- 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
+ - ghc shake.hs
+ - HOME=.cabal LC_ALL=C.UTF-8 ./shake check
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/5b1e9a4d6bdc3951f309d19680397535fd3f4b2b
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/5b1e9a4d6bdc3951f309d19680397535fd3f4b2b
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/0fbdbabf/attachment.html>
More information about the Pkg-haskell-commits
mailing list