Loading .gitlab-ci.yml +7 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
.gitlab-ci.yml +7 −2 Original line number Diff line number Diff line Loading @@ -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