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:
parent
b17a2b2cef
commit
80bbcdeee2
17
.github/workflows/blank.yml
vendored
Normal file
17
.github/workflows/blank.yml
vendored
Normal 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;
|
Loading…
Reference in New Issue
Block a user