Skip to content
Snippets Groups Projects
Verified Commit 43114959 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Fix release job

parent b1c3ffd7
No related branches found
No related tags found
No related merge requests found
Pipeline #34264 canceled
......@@ -15,6 +15,11 @@ 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
ecabal build -w ghc-${GHC_VERSION} --ghc-options='-split-sections -optl-static' -ftui -ftar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment