tools: appveyor: try 64-bit windows
[ci skip]
This commit is contained in:
		
							parent
							
								
									549a4d30f5
								
							
						
					
					
						commit
						35329720bc
					
				@ -6,6 +6,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#build: off
 | 
					#build: off
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					platform: x64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# shorter file paths have been a known workaround in the past
 | 
					# shorter file paths have been a known workaround in the past
 | 
				
			||||||
clone_folder: "c:\\pr"
 | 
					clone_folder: "c:\\pr"
 | 
				
			||||||
environment:
 | 
					environment:
 | 
				
			||||||
@ -29,18 +31,17 @@ cache:
 | 
				
			|||||||
#- "c:\\pr\\hledger-api\\.stack-work"
 | 
					#- "c:\\pr\\hledger-api\\.stack-work"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
install:
 | 
					install:
 | 
				
			||||||
- curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
 | 
					- curl -skL -ostack.zip http://www.stackage.org/stack/windows-i386
 | 
				
			||||||
- 7z x stack.zip stack.exe
 | 
					- 7z x stack.zip stack.exe
 | 
				
			||||||
 | 
					- stack setup
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# run custom scripts instead of MSBuild
 | 
					# -j1      - a temporary workaround for https://github.com/simonmichael/hledger/issues/424, https://github.com/commercialhaskell/stack/issues/2617, should be unnecessary with ghc 8.2.1+
 | 
				
			||||||
 | 
					# --bench  - benchmark doesn't run on windows yet
 | 
				
			||||||
build_script:
 | 
					build_script:
 | 
				
			||||||
- stack build --test --copy-bins --local-bin-path=. hledger #hledger-web hledger-api
 | 
					- stack build --no-install-ghc --test --copy-bins --local-bin-path=. hledger #hledger-web hledger-api
 | 
				
			||||||
# -j1      a temporary workaround for https://github.com/simonmichael/hledger/issues/424, https://github.com/commercialhaskell/stack/issues/2617, should be unnecessary with ghc 8.2.1+
 | 
					 | 
				
			||||||
# --bench  benchmark doesn't run on windows yet
 | 
					 | 
				
			||||||
#- hledger-install/hledger-install.sh
 | 
					#- hledger-install/hledger-install.sh
 | 
				
			||||||
#- make stacktest
 | 
					#- make stacktest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# run custom scripts instead of automatic test detector
 | 
					 | 
				
			||||||
#test_script:
 | 
					#test_script:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
artifacts:
 | 
					artifacts:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user