Skip to content

Commit

Permalink
;remove more traces of hledger-api
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
simonmichael committed Sep 11, 2019
1 parent 0674b5f commit fc2f4d0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .appveyor.yml
Expand Up @@ -71,7 +71,6 @@ install:

# --bench failed on windows, not tried recently
# hledger-ui's vty dep isn't available on windows
# hledger-api not tried recently
build_script:
- stack build --test --copy-bins --local-bin-path=. hledger hledger-web

Expand Down Expand Up @@ -119,7 +118,6 @@ branches:
#
#- 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-api --version") do set HLEDGER_API_VERSION=%%i
#
#deploy:
# - provider: GitHub
Expand Down
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -56,7 +56,6 @@ cache:
- hledger/.stack-work/
- hledger-ui/.stack-work/
- hledger-web/.stack-work/
- hledger-api/.stack-work/
# - shelltestrunner/

# addons:
Expand Down Expand Up @@ -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 ?
# - stack build cryptohash
# - stack build --only-dependencies hledger-web # --test
# - stack build --only-dependencies hledger-api # --test
# addon dependencies
#- stack build Chart Chart-diagrams colour Diff

Expand All @@ -135,8 +133,6 @@ script: # command output is not hidden

- stack build --ghc-options=-Werror hledger-ui
- 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,
# but doesn't require rebuilding and is fast
Expand All @@ -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-ui
#- 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
#- stack build Diff
Expand Down
2 changes: 0 additions & 2 deletions stack.yaml
Expand Up @@ -8,7 +8,6 @@ packages:
- hledger
- hledger-ui
- hledger-web
#- hledger-api

nix:
pure: false
Expand All @@ -24,7 +23,6 @@ extra-deps:
# for hledger:
# for hledger-ui:
# for hledger-web:
# for hledger-api:

# 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 ?
Expand Down

0 comments on commit fc2f4d0

Please sign in to comment.