mirror of
				https://github.com/jbeder/yaml-cpp.git
				synced 2025-10-27 14:31:20 +00:00 
			
		
		
		
	bzlmodded (#1224)
This commit is contained in:
		
							
								
								
									
										19
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										19
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -64,3 +64,22 @@ jobs: | ||||
|             cd "${{ github.workspace }}" | ||||
|             bazel test test | ||||
|  | ||||
|   bzlmod-build: | ||||
|       strategy: | ||||
|         matrix: | ||||
|           os: [ubuntu-latest, windows-latest, macos-latest] | ||||
|       runs-on: ${{ matrix.os }} | ||||
|       steps: | ||||
|         - uses: actions/checkout@v2 | ||||
|  | ||||
|         - name: Build | ||||
|           shell: bash | ||||
|           run: | | ||||
|             cd "${{ github.workspace }}" | ||||
|             bazel build --enable_bzlmod :all | ||||
|  | ||||
|         - name: Test | ||||
|           shell: bash | ||||
|           run: | | ||||
|             cd "${{ github.workspace }}" | ||||
|             bazel test --enable_bzlmod test | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Stonier
					Daniel Stonier