;make: drop hledger-api from scripts
[ci skip]
This commit is contained in:
		
							parent
							
								
									ede6a51f08
								
							
						
					
					
						commit
						f6fc58955e
					
				
							
								
								
									
										14
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								Makefile
									
									
									
									
									
								
							| @ -104,7 +104,7 @@ PACKAGES=\ | ||||
| 	hledger \
 | ||||
| 	hledger-ui \
 | ||||
| 	hledger-web \
 | ||||
| 	hledger-api \
 | ||||
| #	hledger-api \
 | ||||
| 
 | ||||
| INCLUDEPATHS=\
 | ||||
| 	-ihledger-lib \
 | ||||
| @ -113,7 +113,7 @@ INCLUDEPATHS=\ | ||||
| 	-ihledger-ui \
 | ||||
| 	-ihledger-web \
 | ||||
| 	-ihledger-web/app \
 | ||||
| 	-ihledger-api \
 | ||||
| #	-ihledger-api \
 | ||||
| 
 | ||||
| MAIN=hledger/app/hledger-cli.hs | ||||
| 
 | ||||
| @ -330,8 +330,8 @@ ghcid-ui: $(call def-help,ghcid-ui, start ghcid autobuilder on hledger-lib + hle | ||||
| ghcid-web: $(call def-help,ghcid-web, start ghcid autobuilder on hledger-lib + hledger + hledger-web) | ||||
| 	ghcid -c 'make ghci-web' | ||||
| 
 | ||||
| ghcid-api: $(call def-help,ghcid-api, start ghcid autobuilder on hledger-lib + hledger + hledger-api) | ||||
| 	ghcid -c 'make ghci-api' | ||||
| # ghcid-api: $(call def-help,ghcid-api, start ghcid autobuilder on hledger-lib + hledger + hledger-api)
 | ||||
| # 	ghcid -c 'make ghci-api'
 | ||||
| 
 | ||||
| ghcid-test: $(call def-help,ghcid-test, start ghcid autobuilding and running the test command) | ||||
| 	ghcid -c 'make ghci' --test ':main test' | ||||
| @ -372,8 +372,8 @@ ghci-ui: $(call def-help,ghci-ui, start ghci REPL on hledger-lib + hledger + hle | ||||
| ghci-web: link-web-dirs $(call def-help,ghci-web, start ghci REPL on hledger-lib + hledger + hledger-web) | ||||
| 	$(STACK) exec -- $(GHCI) $(BUILDFLAGS) hledger-web/app/main.hs | ||||
| 
 | ||||
| ghci-api: $(call def-help,ghci-api, start ghci REPL on hledger-lib + hledger + hledger-api) | ||||
| 	$(STACK) exec -- $(GHCI) $(BUILDFLAGS) hledger-api/hledger-api.hs | ||||
| # ghci-api: $(call def-help,ghci-api, start ghci REPL on hledger-lib + hledger + hledger-api)
 | ||||
| # 	$(STACK) exec -- $(GHCI) $(BUILDFLAGS) hledger-api/hledger-api.hs
 | ||||
| 
 | ||||
| # ghci-all: $(call def-help,ghci-all, start ghci REPL on all the hledger)
 | ||||
| # 	$(STACK) exec -- $(GHCI) $(BUILDFLAGS) \
 | ||||
| @ -494,8 +494,8 @@ travistest: $(call def-help,travistest, run tests similar to our travis CI tests | ||||
| 	$(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 | ||||
| 	make functest | ||||
| #	$(STACK) build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-api
 | ||||
| 
 | ||||
| # committest: hlinttest unittest doctest functest haddocktest buildtest quickcabaltest \
 | ||||
| # 	$(call def-help,committest,more thorough pre-commit/pre-push tests)
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user