Skip to content

Commit

Permalink
CI: add testing with GTK build for Windows (msvc)
Browse files Browse the repository at this point in the history
Closes: ebassi#265
  • Loading branch information
DjLegolas committed Jan 24, 2025
1 parent d9bf163 commit 968ed2f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/msvc-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,18 @@ jobs:
python -m pip install C:\GTK\python\pycairo-1.26.1-cp312-cp312-win_amd64.whl C:\GTK\python\pygobject-3.48.2-cp312-cp312-win_amd64.whl
- name: Prebuild
run: |
echo %PATH%
where python
where meson
$env:GITHUB_PATH
get-content $env:GITHUB_PATH
(get-command py).Path
(get-command python).Path
(get-command python).Path
py -0p
python -V
python -m pip install meson==1.0.0
(get-command meson).Path
py C:/GTK/bin/g-ir-scanner --help
python C:/GTK/bin/g-ir-scanner --help
D:\a\gvsbuild\gvsbuild\.venv\Scripts\python.exe -V
meson setup _build
- uses: BSFishy/meson-build@v1.0.3
with:
Expand Down

0 comments on commit 968ed2f

Please sign in to comment.