Skip to content

Commit

Permalink
trace
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Dec 5, 2023
1 parent 1bd8c94 commit 84d80dc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,19 @@ jobs:
- name: debgu
shell: bash
run: |
ls
ls BUILD_native_mixed
ls BUILD_native_static/INSTALL/lib/pkgconfig
which meson.exe
cp /c/hostedtoolcache/windows/Python/3.10.11/x64/Scripts/pykg-config.py /c/hostedtoolcache/windows/Python/3.10.11/x64/Scripts/pkg-config
#chmod a+x /c/hostedtoolcache/windows/Python/3.10.11/x64/Scripts/pkg-config
ls -l /c/hostedtoolcache/windows/Python/3.10.11/x64/Scripts/
echo $PATH
#cat /c/hostedtoolcache/windows/Python/3.10.11/x64/Scripts/pkg-config.bat
- name: Compile
env:
PKG_CONFIG_PATH: BUILD_native_mixed\INSTALL\lib\pkgconfig;BUILD_native_static\INSTALL\lib\pkgconfig
CC: cl.exe
CXX: cl.exe
PATH: C:\hostedtoolcache\windows\Python\3.10.11\x64\Scripts
run: |
meson.exe setup build . -Ddefault_library=static
type build/meson-logs/meson-log.txt
Expand Down

0 comments on commit 84d80dc

Please sign in to comment.