run glfwinfo

This commit is contained in:
Hin-Tak Leung 2024-06-01 23:42:42 +01:00
parent b35641f4a3
commit a9df91aeda

View File

@ -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