0
0
mirror of https://github.com/python-LimeReport/pyside.git synced 2025-12-16 18:49:53 +03:00
This commit is contained in:
2023-08-26 18:34:10 +03:00
parent 80bbcdeee2
commit b82edc987d
2 changed files with 40 additions and 3 deletions

View File

@@ -3,8 +3,8 @@ name: Build
on: [push, pull_request]
jobs:
build_wheels:
name: Build wheels on ${{ matrix.image }} (Qt ${{ matrix.qt }} )
build_linux:
name: Build on ${{ matrix.image }} (Qt ${{ matrix.qt }} )
runs-on: ubuntu-latest
strategy:
matrix:
@@ -14,4 +14,4 @@ jobs:
container:
image: ghcr.io/python-limereport/pyside_builder_${{ matrix.image }}_${{ matrix.arch }}:qt-${{ matrix.qt }}
steps:
- run: echo test;
- run: ./build.sh