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 3d69d00
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 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,22 @@ 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
$pwd.Path
$env:GITHUB_PATH
get-content $env:GITHUB_PATH
(get-command py).Path
(get-command python).Path
py -0p
python -V
python -m pip install meson==1.0.0
python C:/GTK/bin/g-ir-scanner --help
(get-command meson).Path
py C:\GTK\bin\g-ir-scanner --help
python C:\GTK\bin\g-ir-scanner --help
test-path D:\a\gvsbuild\gvsbuild
test-path D:\a\gvsbuild\gvsbuild\.venv
test-path D:\a\gvsbuild\gvsbuild\.venv\Scripts
test-path D:\a\gvsbuild\gvsbuild\.venv\Scripts\python.exe
D:\a\gvsbuild\gvsbuild\.venv\Scripts\python.exe -V
meson setup _build
- uses: BSFishy/[email protected]
with:
Expand Down

0 comments on commit 3d69d00

Please sign in to comment.