Skip to content

Commit

Permalink
Build using our dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Dec 1, 2023
1 parent 4422097 commit 7fe5532
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fe5532

Please sign in to comment.