mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	ci : add Ubuntu 22 Vulkan CI run (#5789)
This commit is contained in:
		
							
								
								
									
										22
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										22
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -145,6 +145,28 @@ jobs: | ||||
|           cd build | ||||
|           ctest -L main --verbose | ||||
|  | ||||
|   ubuntu-22-cmake-vulkan: | ||||
|     runs-on: ubuntu-22.04 | ||||
|  | ||||
|     steps: | ||||
|       - name: Clone | ||||
|         id: checkout | ||||
|         uses: actions/checkout@v3 | ||||
|  | ||||
|       - name: Dependencies | ||||
|         id: depends | ||||
|         run: | | ||||
|           sudo apt-get update | ||||
|           sudo apt-get install build-essential libvulkan-dev | ||||
|  | ||||
|       - name: Build | ||||
|         id: cmake_build | ||||
|         run: | | ||||
|           mkdir build | ||||
|           cd build | ||||
|           cmake -DLLAMA_VULKAN=ON .. | ||||
|           cmake --build . --config Release -j $(nproc) | ||||
|  | ||||
|   ubuntu-22-cmake-sycl: | ||||
|     runs-on: ubuntu-22.04 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user