tools: appveyor: more thorough -j1 workaround for permission error #424
This commit is contained in:
		
							parent
							
								
									69c41cdd99
								
							
						
					
					
						commit
						e9b6d0b9d0
					
				| @ -15,9 +15,11 @@ environment: | |||||||
|     STACK_ROOT: "c:\\sr" |     STACK_ROOT: "c:\\sr" | ||||||
| 
 | 
 | ||||||
| test_script: | test_script: | ||||||
| - echo "" | stack --no-terminal --install-ghc test hledger hledger-web hledger-api | - echo "" | stack --no-terminal --install-ghc test -j1 hledger hledger-web hledger-api | ||||||
| - stack --local-bin-path . -j1 install hledger hledger-web hledger-api | - stack --local-bin-path . -j1 install hledger hledger-web hledger-api | ||||||
| # -j1 temporary workaround for https://github.com/commercialhaskell/stack/issues/2617 | # -j1 is temporary, attempting to work around   | ||||||
|  | # https://github.com/simonmichael/hledger/issues/424 | ||||||
|  | # https://github.com/commercialhaskell/stack/issues/2617 | ||||||
| 
 | 
 | ||||||
| artifacts: | artifacts: | ||||||
| - path: hledger.exe | - path: hledger.exe | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user