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 73ff901
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,14 @@ jobs:
target_platform: native_mixed

- name: Compile
shell: cmd
run: .github\script\build_libzim.cmd
env:
PKG_CONFIG_PATH: ${{env.HOME}}/BUILD_${{matrix.target}}/INSTALL/lib/pkgconfig:${{env.HOME}}/BUILD_${{matrix.target}}/INSTALL/lib${{matrix.lib_postfix}}/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 73ff901

Please sign in to comment.