Skip to content

mark 6.5.2 as experimental #12

mark 6.5.2 as experimental

mark 6.5.2 as experimental #12

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build_linux:
name: Build on ${{ matrix.image }} (Qt ${{ matrix.qt }})
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
image: [manylinux_2_28]
qt: [6.4.2]
arch: [x86_64]
experimental: [false]
include:
- version: 6.5.2
experimental: true
container:
image: ghcr.io/python-limereport/pyside_builder_${{ matrix.image }}_${{ matrix.arch }}:qt-${{ matrix.qt }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build
run: ./build.sh
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
path: /output/*