Skip to content

gui: added orange close icon to DeviceIconImpl #36

gui: added orange close icon to DeviceIconImpl

gui: added orange close icon to DeviceIconImpl #36

Workflow file for this run

name: Ubuntu 22 Scopy Build
on: [push, pull_request]
env:
BUILD_HOST: ubuntu-latest
USERNAME: github-actions
jobs:
build_scopy_on_ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Build Script
run: $GITHUB_WORKSPACE/ci/ubuntu/install_ubuntu_22_deps.sh
- name: Run Tests
run: |
cd $GITHUB_WORKSPACE/build-x86_64
QT_QPA_PLATFORM=offscreen ctest -V --output-on-failure --output-junit $GITHUB_WORKSPACE/build-x86_64/test-result-ubuntu22.xml
- name: Report
uses: mikepenz/[email protected]
if: always()
with:
job_name: Verify Results
check_name: 'Scopy Test'
check_title_template: '{{TEST_NAME}}'
report_paths: '**/build-x86_64/test-result-ubuntu22.xml'
detailed_summary: 'true'
fail_on_failure: 'true'
require_tests: 'true'
include_passed: 'true'