Skip to content
Snippets Groups Projects
Commit 1964e1c8 authored by samuela's avatar samuela
Browse files

Add --enable-split-sections to cabal CI

parent 613527bc
No related branches found
No related tags found
No related merge requests found
Pipeline #18690 passed
...@@ -8,7 +8,7 @@ variables: ...@@ -8,7 +8,7 @@ variables:
.build: .build:
script: script:
- cabal update - cabal update
- cabal v2-install cabal-install --installdir=$(pwd)/out --install-method=copy --overwrite-policy=always - cabal v2-install cabal-install --installdir=$(pwd)/out --install-method=copy --overwrite-policy=always --enable-split-sections
artifacts: artifacts:
expire_in: 2 week expire_in: 2 week
paths: paths:
......
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