;ci: github: windows tweaks
This commit is contained in:
		
							parent
							
								
									5d419f8607
								
							
						
					
					
						commit
						73f2b87f94
					
				
							
								
								
									
										8
									
								
								.github/workflows/windows-ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/windows-ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -47,13 +47,13 @@ jobs: | |||||||
|       uses: actions/cache@v1 |       uses: actions/cache@v1 | ||||||
|       with: |       with: | ||||||
|         path: C:\Users\runneradmin\AppData\Local\Roaming\stack\ |         path: C:\Users\runneradmin\AppData\Local\Roaming\stack\ | ||||||
|         key: ${{ runner.os }}-appdata-stack |         key: ${{ runner.os }}-appdata-local-roaming-stack | ||||||
| 
 | 
 | ||||||
|     - name: Cache C:\Users\runneradmin\AppData\Local\Programs\stack\ |     - name: Cache C:\Users\runneradmin\AppData\Local\Programs\stack\ | ||||||
|       uses: actions/cache@v1 |       uses: actions/cache@v1 | ||||||
|       with: |       with: | ||||||
|         path: C:\Users\runneradmin\AppData\Local\Programs\stack\ |         path: C:\Users\runneradmin\AppData\Local\Programs\stack\ | ||||||
|         key: ${{ runner.os }}-local-bin |         key: ${{ runner.os }}-appdata-local-programs-stack | ||||||
| 
 | 
 | ||||||
|     - name: Cache .stack-work |     - name: Cache .stack-work | ||||||
|       uses: actions/cache@v1 |       uses: actions/cache@v1 | ||||||
| @ -109,6 +109,7 @@ jobs: | |||||||
|         ls C:\Users\runneradmin\AppData\LocalLow\ |         ls C:\Users\runneradmin\AppData\LocalLow\ | ||||||
|         ls C:\Users\runneradmin\AppData\Roaming\ |         ls C:\Users\runneradmin\AppData\Roaming\ | ||||||
|         ls C:\Users\runneradmin\AppData\Roaming\stack\ |         ls C:\Users\runneradmin\AppData\Roaming\stack\ | ||||||
|  |         ls C:\Users\runneradmin\AppData\Roaming\stack\x86_64-windows\ | ||||||
| 
 | 
 | ||||||
|     # - name: Install shelltestrunner |     # - name: Install shelltestrunner | ||||||
|     # - if [[ ! -x ~/.local/bin/shelltest ]]; then stack install shelltestrunner-1.9; fi |     # - if [[ ! -x ~/.local/bin/shelltest ]]; then stack install shelltestrunner-1.9; fi | ||||||
| @ -124,7 +125,7 @@ jobs: | |||||||
|         stack --resolver=lts --no-terminal install --ghc-options=-Werror --test |         stack --resolver=lts --no-terminal install --ghc-options=-Werror --test | ||||||
|         #  --bench --no-run-benchmarks --haddock --no-haddock-deps |         #  --bench --no-run-benchmarks --haddock --no-haddock-deps | ||||||
| 
 | 
 | ||||||
|     - name: Show stuff 2 |     - name: Show stuff | ||||||
|       run: | |       run: | | ||||||
|         ls C:\Users\runneradmin\ |         ls C:\Users\runneradmin\ | ||||||
|         ls C:\Users\runneradmin\AppData\ |         ls C:\Users\runneradmin\AppData\ | ||||||
| @ -133,6 +134,7 @@ jobs: | |||||||
|         ls C:\Users\runneradmin\AppData\LocalLow\ |         ls C:\Users\runneradmin\AppData\LocalLow\ | ||||||
|         ls C:\Users\runneradmin\AppData\Roaming\ |         ls C:\Users\runneradmin\AppData\Roaming\ | ||||||
|         ls C:\Users\runneradmin\AppData\Roaming\stack\ |         ls C:\Users\runneradmin\AppData\Roaming\stack\ | ||||||
|  |         ls C:\Users\runneradmin\AppData\Roaming\stack\x86_64-windows\ | ||||||
| 
 | 
 | ||||||
|     # run hledger-lib/hledger functional tests, skipping the ones for addons |     # run hledger-lib/hledger functional tests, skipping the ones for addons | ||||||
|     #- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons |     #- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user