From 858436dc772e05c83ff3b17ad28aecd387e8c962 Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Tue, 4 Jun 2024 02:57:04 +0100 Subject: [PATCH] Run tests/glfwinfo and examples/offscreen after Cocoa static build - they should work headless --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ef9ed79..804af69b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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