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: #265
  • Loading branch information
DjLegolas committed Jan 25, 2025
1 parent d9bf163 commit 5599cb5
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/workflows/msvc-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build_introspection: [ true, false ]
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v1
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: seanmiddleditch/gha-setup-vsdevenv@master
Expand All @@ -37,12 +37,23 @@ 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
write PWD
$pwd.Path
write PWD content
get-childitem $pwd
write python checks
(get-command py).Path
(get-command python).Path
py -0p
python -V
write install meson and check
python -m pip install meson==1.0.0
python C:/GTK/bin/g-ir-scanner --help
(get-command meson).Path
write run py g-ir-scanner
py C:\GTK\bin\g-ir-scanner --help
write run python g-ir-scanner
python C:\GTK\bin\g-ir-scanner --help
write meson setup
meson setup _build
- uses: BSFishy/[email protected]
with:
Expand Down

0 comments on commit 5599cb5

Please sign in to comment.