mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-11-03 19:17:16 -05:00 
			
		
		
		
	CI: Adding the console host on the windows build
This commit is contained in:
		
							parent
							
								
									75346d8f7a
								
							
						
					
					
						commit
						fe70b1de66
					
				
							
								
								
									
										5
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -43,7 +43,10 @@ jobs:
 | 
				
			|||||||
        uses: ilammy/msvc-dev-cmd@v1
 | 
					        uses: ilammy/msvc-dev-cmd@v1
 | 
				
			||||||
      - name: Select the project to build
 | 
					      - name: Select the project to build
 | 
				
			||||||
        shell: bash
 | 
					        shell: bash
 | 
				
			||||||
        run: echo "PROJECT=$([ "${{runner.os}}" == "Windows" ] && echo Kyoo.Host.WindowsTrait || echo Kyoo.Host.Console)" >> $GITHUB_ENV
 | 
					        run: |
 | 
				
			||||||
 | 
					          echo "PROJECT=$([ "${{runner.os}}" == "Windows" ]
 | 
				
			||||||
 | 
					            && echo " -p:IncludeConsole=true Kyoo.Host.WindowsTrait"
 | 
				
			||||||
 | 
					            || echo Kyoo.Host.Console)" >> $GITHUB_ENV
 | 
				
			||||||
      - name: Build the app
 | 
					      - name: Build the app
 | 
				
			||||||
        env: 
 | 
					        env: 
 | 
				
			||||||
          INCLUDE: ${{env.INCLUDE}};C:\Program Files\FFmpeg\include
 | 
					          INCLUDE: ${{env.INCLUDE}};C:\Program Files\FFmpeg\include
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user