From cf10837eb800c5d7cff7d1a9b2abf5d3575f1d64 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Fri, 27 Dec 2024 15:21:07 +0100 Subject: [PATCH] Add static lib for MSVC --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61374eb26..3135369fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,6 +69,12 @@ jobs: ..\..\..\build\${{ matrix.build_type }}\c3c.exe -vv dynamic-lib add.c3 ..\..\..\build\${{ matrix.build_type }}\c3c.exe -vv compile-run test.c3 -l ./add.lib + - name: Compile and run staticlib-test + run: | + cd resources/examples/staticlib-test + ..\..\..\build\${{ matrix.build_type }}\c3c.exe -vv static-lib add.c3 + ..\..\..\build\${{ matrix.build_type }}\c3c.exe -vv compile-run test.c3 -l ./add.lib + - name: Vendor-fetch run: | build\${{ matrix.build_type }}\c3c.exe vendor-fetch raylib5