0
0
mirror of https://github.com/python-LimeReport/pyside.git synced 2024-12-23 22:53:01 +03:00

Create blank.yml

This commit is contained in:
Maxim Slipenko 2023-08-26 18:26:50 +03:00 committed by GitHub
parent b17a2b2cef
commit 80bbcdeee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/blank.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Build
on: [push, pull_request]
jobs:
build_wheels:
name: Build wheels on ${{ matrix.image }} (Qt ${{ matrix.qt }} )
runs-on: ubuntu-latest
strategy:
matrix:
image: [manylinux_2_28]
qt: [6.4.2, 5.15.2]
arch: [x86_64]
container:
image: ghcr.io/python-limereport/pyside_builder_${{ matrix.image }}_${{ matrix.arch }}:qt-${{ matrix.qt }}
steps:
- run: echo test;