mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-22 12:06:06 +03:00
Revert "Travis: disable shared libraries in test build to address test linking failures"
This reverts commit 7255d692fa
.
This commit is contained in:
parent
7255d692fa
commit
01e358b05f
@ -96,7 +96,7 @@ script:
|
||||
|
||||
# build & run tests, build benchmarks
|
||||
- cabal new-build -w ${HC} ${TEST} ${BENCH} all
|
||||
- if [ "x$TEST" = "x--enable-tests" ]; then cabal new-test -w ${HC} ${TEST} --disable-shared ${BENCH} all; fi
|
||||
- if [ "x$TEST" = "x--enable-tests" ]; then cabal new-test -w ${HC} ${TEST} ${BENCH} all; fi
|
||||
|
||||
# haddock
|
||||
- rm -rf ./dist-newstyle
|
||||
|
Loading…
Reference in New Issue
Block a user