Skip to content

core: Add a mechanism to print the stacktrace on crash using qDebug. #1012

core: Add a mechanism to print the stacktrace on crash using qDebug.

core: Add a mechanism to print the stacktrace on crash using qDebug. #1012

Workflow file for this run

name: Ubuntu 20 Scopy Build
on: [push, pull_request]
env:
BUILD_HOST: ubuntu-20.04
USERNAME: github-actions
jobs:
build_scopy_on_ubuntu20:
runs-on: ubuntu-20.04
container:
image: cristianbindea/scopy2-ubuntu20:latest
options: --user root
steps:
- uses: actions/checkout@v3
- name: Build Scopy
run: /bin/bash -c "export CI_SCRIPT=ON && source $GITHUB_WORKSPACE/ci/ubuntu/ubuntu20_build_process.sh && build_scopy"