0
0
mirror of https://github.com/python-LimeReport/pyside.git synced 2024-12-23 14:43:00 +03:00
pyside/.github/workflows/blank.yml

32 lines
822 B
YAML
Raw Normal View History

2023-08-26 18:26:50 +03:00
name: Build
on: [push, pull_request]
jobs:
2023-08-26 18:34:10 +03:00
build_linux:
2023-08-28 12:12:58 +03:00
name: Build on ${{ matrix.image }} (Qt ${{ matrix.qt }})
2023-08-26 18:26:50 +03:00
runs-on: ubuntu-latest
2023-08-28 12:24:26 +03:00
continue-on-error: ${{ matrix.experimental }}
2023-08-26 18:26:50 +03:00
strategy:
matrix:
image: [manylinux_2_28]
2023-08-28 12:24:26 +03:00
qt: [6.4.2]
2023-08-26 18:26:50 +03:00
arch: [x86_64]
2023-08-28 12:24:26 +03:00
experimental: [false]
include:
2023-08-28 12:26:14 +03:00
- image: manylinux_2_28
qt: 6.5.3
2023-08-28 12:26:14 +03:00
arch: x86_64
2023-08-28 12:24:26 +03:00
experimental: true
2023-08-26 18:26:50 +03:00
container:
image: ghcr.io/python-limereport/pyside_builder_${{ matrix.image }}_${{ matrix.arch }}:qt-${{ matrix.qt }}
steps:
2023-08-28 12:12:58 +03:00
- name: Checkout repository
uses: actions/checkout@v3
- name: Build
run: ./build.sh
- name: Upload artifact
uses: actions/upload-artifact@v3
2023-08-27 20:36:48 +03:00
with:
path: /output/*