travis: use STACK variable
This commit is contained in:
		
							parent
							
								
									5808e289e6
								
							
						
					
					
						commit
						0808307af1
					
				
							
								
								
									
										12
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								Makefile
									
									
									
									
									
								
							| @ -698,12 +698,12 @@ test-stack%yaml: | |||||||
| 	$(STACK) --stack-yaml stack$*yaml build --ghc-options="$(WARNINGS) -Werror" --test --bench --haddock --no-haddock-deps | 	$(STACK) --stack-yaml stack$*yaml build --ghc-options="$(WARNINGS) -Werror" --test --bench --haddock --no-haddock-deps | ||||||
| 
 | 
 | ||||||
| travistest: $(call def-help,travistest, run tests similar to our travis CI tests) | travistest: $(call def-help,travistest, run tests similar to our travis CI tests) | ||||||
| 	stack clean | 	$(STACK) clean | ||||||
| 	stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-lib | 	$(STACK) build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-lib | ||||||
| 	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 | 	$(STACK) build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-api | ||||||
| 	make functest | 	make functest | ||||||
| 
 | 
 | ||||||
| # committest: hlinttest unittest doctest functest haddocktest buildtest quickcabaltest \
 | # committest: hlinttest unittest doctest functest haddocktest buildtest quickcabaltest \
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user