mirror of
				https://github.com/Xahau/xahaud.git
				synced 2025-11-04 10:45:50 +00:00 
			
		
		
		
	Separate build & test job
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/build-in-docker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build-in-docker.yml
									
									
									
									
										vendored
									
									
								
							@@ -7,7 +7,7 @@ on:
 | 
			
		||||
    branches: [ "dev" ]
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  build:
 | 
			
		||||
  builder:
 | 
			
		||||
    runs-on: [self-hosted, vanity]
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v3
 | 
			
		||||
@@ -21,5 +21,9 @@ jobs:
 | 
			
		||||
        path: |
 | 
			
		||||
          release-build/xahaud
 | 
			
		||||
          release-build/release.info
 | 
			
		||||
  unittests:
 | 
			
		||||
    needs: builder
 | 
			
		||||
    runs-on: [self-hosted, vanity]
 | 
			
		||||
    steps:
 | 
			
		||||
    - name: Unit tests
 | 
			
		||||
      run: /bin/bash docker-unit-tests.sh
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user