mirror of
https://github.com/glfw/glfw.git
synced 2025-06-06 15:54:56 +00:00
run glfwinfo
This commit is contained in:
parent
b35641f4a3
commit
a9df91aeda
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -68,6 +68,7 @@ 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
|
||||
|
||||
- name: Configure Cocoa shared library
|
||||
run: cmake -B build-cocoa-shared -D BUILD_SHARED_LIBS=ON
|
||||
|
Loading…
Reference in New Issue
Block a user