Verified Commit 57eba86a authored by Dmitry Bogatov's avatar Dmitry Bogatov
Browse files

Adjust .gitlab-ci to new plan check procedure

parent fbbcdea0
Loading
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -6,7 +6,12 @@ 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
    - 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