mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 16:56:43 +00:00
MacOS release build: remove -split-sections.
It doesn't seem to affect executable size at all.
This commit is contained in:
@@ -20,10 +20,10 @@ jobs:
|
||||
command: stack --no-terminal setup
|
||||
- run:
|
||||
name: Run tests
|
||||
command: stack --no-terminal test --ghc-options=-split-sections
|
||||
command: stack --no-terminal test
|
||||
- run:
|
||||
name: Install executable
|
||||
command: stack --no-terminal install --ghc-options=-split-sections
|
||||
command: stack --no-terminal install
|
||||
- run:
|
||||
name: Create artifacts
|
||||
command: |
|
||||
|
||||
Reference in New Issue
Block a user