mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 04:54:35 +00:00
Run tests/glfwinfo and examples/offscreen after Cocoa static build - they should work headless
This commit is contained in:
parent
ba3ec0ff31
commit
858436dc77
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -68,6 +68,8 @@ jobs:
|
||||
run: cmake -B build-cocoa-static
|
||||
- name: Build Cocoa static library
|
||||
run: cmake --build build-cocoa-static --parallel
|
||||
- run: ./build-cocoa-static/tests/glfwinfo
|
||||
- run: ./build-cocoa-static/examples/offscreen
|
||||
|
||||
- name: Configure Cocoa shared library
|
||||
run: cmake -B build-cocoa-shared -D BUILD_SHARED_LIBS=ON
|
||||
|
Loading…
Reference in New Issue
Block a user