From d32084bdb9b1982975b3ff56d5b60e9a8d3be9ef Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Fri, 1 Dec 2023 17:18:06 +0100 Subject: [PATCH] Build using our dependencies. --- .github/workflows/ci.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb750ebb5..54b33ac97 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