Skip to content

Port 4.7 PRs to master #11585

Port 4.7 PRs to master

Port 4.7 PRs to master #11585

name: 'Build: Without Qt'
on:
pull_request:
workflow_dispatch:
jobs:
run_tests:
runs-on: ubuntu-22.04
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.13.0
with:
access_token: ${{ github.token }}
- name: Clone repository
uses: actions/checkout@v6
- name: Setup environment
run: |
bash ./buildscripts/ci/withoutqt/setup.sh
- name: Build
run: |
bash ./buildscripts/ci/withoutqt/build.sh