mirror of
https://github.com/python-LimeReport/pyside.git
synced 2025-10-15 04:01:39 +03:00
add windows build
This commit is contained in:
24
.github/workflows/blank.yml
vendored
24
.github/workflows/blank.yml
vendored
@@ -23,8 +23,30 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Build
|
||||
run: ./build.sh
|
||||
run: python build.py
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: /output/*
|
||||
|
||||
build_windows:
|
||||
name: Build on Windows (Qt ${{ matrix.qt }})
|
||||
runs-on: windows-2019
|
||||
strategy:
|
||||
matrix:
|
||||
qt: 6.4.2
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Build
|
||||
run: python build.py
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Reference in New Issue
Block a user