Update CI
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=OFF (push) Failing after 18s
				
			
		
			
				
	
				CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=OFF (push) Failing after 15s
				
			
		
			
				
	
				CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=ON (push) Has been cancelled
				
			
		
			
				
	
				CMake / ubuntu-latest - shared=OFF, pthread=ON, posix=ON (push) Has been cancelled
				
			
		
			
				
	
				CMake / ubuntu-latest - shared=ON, pthread=ON, posix=ON (push) Has been cancelled
				
			
		
			
				
	
				CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=ON (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=OFF (push) Failing after 18s
				
			CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=OFF (push) Failing after 15s
				
			CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=ON (push) Has been cancelled
				
			CMake / ubuntu-latest - shared=OFF, pthread=ON, posix=ON (push) Has been cancelled
				
			CMake / ubuntu-latest - shared=ON, pthread=ON, posix=ON (push) Has been cancelled
				
			CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=ON (push) Has been cancelled
				
			Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
		| @@ -16,21 +16,24 @@ jobs: | |||||||
|         shared: ["ON", "OFF"] |         shared: ["ON", "OFF"] | ||||||
|         pthread_support: ["ON", "OFF"] |         pthread_support: ["ON", "OFF"] | ||||||
|         posix_support: ["ON", "OFF"] |         posix_support: ["ON", "OFF"] | ||||||
|  |         exclude: | ||||||
|  |           - posix_support: "OFF" | ||||||
|  |             pthread_support: "ON" | ||||||
|     runs-on: ${{ matrix.os }} |     runs-on: ${{ matrix.os }} | ||||||
|     name: ${{ matrix.os }} - shared=${{ matrix.shared }} |     name: ${{ matrix.os }} - shared=${{ matrix.shared }}, pthread=${{ matrix.pthread_support }}, posix=${{ matrix.posix_support }} | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|     - name: Install dependencies |       - name: Install dependencies | ||||||
|       run: | |         run: | | ||||||
|         sudo apt-get update |           apt-get update | ||||||
|         sudo apt-get install -y cmake build-essential |           apt-get install -y cmake build-essential | ||||||
|     - name: Configure |       - name: Configure | ||||||
|       run: | |         run: | | ||||||
|         cmake -Bbuild -S . \ |           cmake -Bbuild -S . \ | ||||||
|           -DDCFG_BUILD_SHARED=${{ matrix.shared }} \ |             -DDCFG_BUILD_SHARED=${{ matrix.shared }} \ | ||||||
|           -DDCFG_PTHREAD_SUPPORT=${{ matrix.pthread_support }} \ |             -DDCFG_PTHREAD_SUPPORT=${{ matrix.pthread_support }} \ | ||||||
|           -DDCFG_POSIX_SUPPORT=${{ matrix.posix_support }} |             -DDCFG_POSIX_SUPPORT=${{ matrix.posix_support }} | ||||||
|     - name: Build |       - name: Build | ||||||
|       run: | |         run: | | ||||||
|         cmake --build build |           cmake --build build | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user