Update Desktop to OpenGL 4.3
This commit is contained in:
parent
56e9db7f20
commit
e2a6113f95
1 changed files with 9 additions and 3 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
|
@ -123,7 +123,9 @@ jobs:
|
|||
-B build \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D BUILD_SHARED_LIBS=ON \
|
||||
-D BUILD_EXAMPLES=OFF
|
||||
-D BUILD_EXAMPLES=OFF \
|
||||
-D CMAKE_C_FLAGS="${{ matrix.cflags }}" \
|
||||
-D GRAPHICS=GRAPHICS_API_OPENGL_43
|
||||
cmake --build build --config Release
|
||||
|
||||
- name: upload build
|
||||
|
|
@ -156,7 +158,9 @@ jobs:
|
|||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_OSX_ARCHITECTURES=${{ matrix.arch }} \
|
||||
-D BUILD_SHARED_LIBS=ON \
|
||||
-D BUILD_EXAMPLES=OFF
|
||||
-D BUILD_EXAMPLES=OFF \
|
||||
-D CMAKE_C_FLAGS="${{ matrix.cflags }}" \
|
||||
-D GRAPHICS=GRAPHICS_API_OPENGL_43
|
||||
cmake --build build --config Release
|
||||
|
||||
- name: upload build
|
||||
|
|
@ -190,7 +194,9 @@ jobs:
|
|||
-B build \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D BUILD_SHARED_LIBS=ON \
|
||||
-D BUILD_EXAMPLES=OFF
|
||||
-D BUILD_EXAMPLES=OFF \
|
||||
-D CMAKE_C_FLAGS="${{ matrix.cflags }}" \
|
||||
-D GRAPHICS=GRAPHICS_API_OPENGL_43
|
||||
cmake --build build --config Release
|
||||
|
||||
- name: upload build
|
||||
|
|
|
|||
Loading…
Reference in a new issue