diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb750ebb5..c79425c0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,9 +98,20 @@ jobs: os_name: windows target_platform: native_mixed + - name: debgu + shell: bash + run: | + ls + - name: Compile - shell: cmd - run: .github\script\build_libzim.cmd + env: + PKG_CONFIG_PATH: /BUILD_native_mixed/INSTALL/lib/pkgconfig:/BUILD_native_static/INSTALL/lib/pkgconfig + CC: cl.exe + CXX: cl.exe + run: | + meson.exe setup build . -Ddefault_library=static + cd build + ninja.exe - name: Test shell: cmd