mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
65ad700870
commit
e8c224a942
|
@ -24,11 +24,17 @@ build:
|
|||
haskell.org/cabal: ^3
|
||||
script: |-
|
||||
cabal update
|
||||
mkdir -p {{prefix}}/bin
|
||||
cabal install $ARGS
|
||||
env:
|
||||
ARGS:
|
||||
- --install-method=copy
|
||||
- --installdir={{prefix}}/bin
|
||||
- --jobs={{hw.concurrency}}
|
||||
linux:
|
||||
ARGS:
|
||||
# else segfaults
|
||||
- --enable-relocatable
|
||||
|
||||
test:
|
||||
fixture: |
|
||||
|
|
Loading…
Reference in a new issue