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