mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Run VS build on PRs and each push
This commit is contained in:
		
							parent
							
								
									25de8faf10
								
							
						
					
					
						commit
						9420bde09f
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		
							
								
								
									
										5
									
								
								.github/workflows/vs.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/vs.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,15 +1,12 @@
 | 
			
		|||
name: Visual Studio Build
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  workflow_dispatch:
 | 
			
		||||
on: [push, pull_request]
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  yosys-vcxsrc:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
        with:
 | 
			
		||||
          ref: 'master'
 | 
			
		||||
      - name: Cache sources
 | 
			
		||||
        id: cache-sources
 | 
			
		||||
        uses: actions/cache@v2
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue