Skip to content

Added copyright and licence #63

Added copyright and licence

Added copyright and licence #63

Workflow file for this run

name: Binary
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
aqtversion: '==3.1.*'
version: 6.8.2
host: linux
target: desktop
arch: linux_gcc_64
- name: Make Binary
working-directory: ${{ runner.temp }}
run: |
qmake ${{ github.workspace }}/example/qhexedit.pro
make -j12