Skip to content

clang-tidy check error fixed #77

clang-tidy check error fixed

clang-tidy check error fixed #77

Workflow file for this run

name: AppImage
on:
push:
branches: [ "master", "qe3" ]
pull_request:
branches: [ "master", "qe3" ]
jobs:
ubuntu-qe3:
name: Qt 6.5 / Ubuntu 20.04
runs-on: ubuntu-20.04
steps:
- name: Clone the repository
uses: actions/checkout@v3
with:
submodules: true
- name: Setup CMake
uses: ./.github/actions/cmake
with:
additional_cmake_args: -DCMAKE_INSTALL_PREFIX='${{ github.workspace }}/install/usr'
- name: Create AppImage
uses: ./.github/actions/appimage