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 07b6adb
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,22 @@ jobs:
os_name: windows
target_platform: native_mixed

- name: debgu
shell: bash
run: |
ls
ls BUILD_native_mixed
ls BUILD_native_static/INSTALL/lib/pkgconfig
- 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 07b6adb

Please sign in to comment.