;remove more traces of hledger-api

[ci skip]
This commit is contained in:
Simon Michael 2019-09-10 18:53:46 -07:00
parent 0674b5f850
commit fc2f4d018f
3 changed files with 0 additions and 9 deletions

View File

@ -71,7 +71,6 @@ install:
# --bench failed on windows, not tried recently # --bench failed on windows, not tried recently
# hledger-ui's vty dep isn't available on windows # hledger-ui's vty dep isn't available on windows
# hledger-api not tried recently
build_script: build_script:
- stack build --test --copy-bins --local-bin-path=. hledger hledger-web - stack build --test --copy-bins --local-bin-path=. hledger hledger-web
@ -119,7 +118,6 @@ branches:
# #
#- cmd: for /f %%i in (".\hledger --version") do set HLEDGER_VERSION=%%i #- cmd: for /f %%i in (".\hledger --version") do set HLEDGER_VERSION=%%i
#- cmd: for /f %%i in (".\hledger-web --version") do set HLEDGER_WEB_VERSION=%%i #- cmd: for /f %%i in (".\hledger-web --version") do set HLEDGER_WEB_VERSION=%%i
#- cmd: for /f %%i in (".\hledger-api --version") do set HLEDGER_API_VERSION=%%i
# #
#deploy: #deploy:
# - provider: GitHub # - provider: GitHub

View File

@ -56,7 +56,6 @@ cache:
- hledger/.stack-work/ - hledger/.stack-work/
- hledger-ui/.stack-work/ - hledger-ui/.stack-work/
- hledger-web/.stack-work/ - hledger-web/.stack-work/
- hledger-api/.stack-work/
# - shelltestrunner/ # - shelltestrunner/
# addons: # addons:
@ -113,7 +112,6 @@ install: # command output is hidden as they complete
# TODO does this build hledger-lib & hledger, then rebuild them later with -Werror ? # TODO does this build hledger-lib & hledger, then rebuild them later with -Werror ?
# - stack build cryptohash # - stack build cryptohash
# - stack build --only-dependencies hledger-web # --test # - stack build --only-dependencies hledger-web # --test
# - stack build --only-dependencies hledger-api # --test
# addon dependencies # addon dependencies
#- stack build Chart Chart-diagrams colour Diff #- stack build Chart Chart-diagrams colour Diff
@ -135,8 +133,6 @@ script: # command output is not hidden
- stack build --ghc-options=-Werror hledger-ui - stack build --ghc-options=-Werror hledger-ui
- stack build --ghc-options=-Werror hledger-web - stack build --ghc-options=-Werror hledger-web
# XXX skip this to stay within time limit
# - stack build --ghc-options=-Werror hledger-api
# run the built-in hunit tests. This doesn't run the doctests, # run the built-in hunit tests. This doesn't run the doctests,
# but doesn't require rebuilding and is fast # but doesn't require rebuilding and is fast
@ -150,7 +146,6 @@ script: # command output is not hidden
#- stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger #- stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger
#- stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-ui #- stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-ui
#- stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-web #- stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-web
#- stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-api
# build hledger addons, ensuring no warnings # build hledger addons, ensuring no warnings
#- stack build Diff #- stack build Diff

View File

@ -8,7 +8,6 @@ packages:
- hledger - hledger
- hledger-ui - hledger-ui
- hledger-web - hledger-web
#- hledger-api
nix: nix:
pure: false pure: false
@ -24,7 +23,6 @@ extra-deps:
# for hledger: # for hledger:
# for hledger-ui: # for hledger-ui:
# for hledger-web: # for hledger-web:
# for hledger-api:
# Workaround for https://github.com/commercialhaskell/stack/issues/3922 # Workaround for https://github.com/commercialhaskell/stack/issues/3922
# Try dropping this.. after stack 2 has been out a while ? Or now ? How about now ? # Try dropping this.. after stack 2 has been out a while ? Or now ? How about now ?