Modernize CI scripts

This commit is contained in:
2021-07-15 22:40:45 +02:00
parent 42134fd2a5
commit 005c9fbb83
2 changed files with 3 additions and 12 deletions

View File

@@ -15,10 +15,6 @@ git describe
# build
ecabal update
(
cd /tmp
ecabal install -w ghc-${GHC_VERSION} --installdir="$CI_PROJECT_DIR"/.local/bin hspec-discover
)
if [ "${OS}" = "LINUX" ] ; then
if [ "${ARCH}" = "32" ] ; then