Skip to content

Add ESC key handling to cancel shape drawing #672

Add ESC key handling to cancel shape drawing

Add ESC key handling to cancel shape drawing #672

Workflow file for this run

name: Compile on Ubuntu

Check failure on line 1 in .github/workflows/ubuntu.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ubuntu.yml

Invalid workflow file

(Line: 14, Col: 5): you may only define one of `branches` and `branches-ignore` for a single event
on:
push:
branches:
- master
tags:
- '*'
paths-ignore:
- 'docs/**'
- '**.md'
- 'appveyor.yml'
- '.travis.yml'
branches-ignore: [snapshot]
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
- 'appveyor.yml'
- '.travis.yml'
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Setup ccache
uses: hendrikmuhs/ccache-action@v1
with:
max-size: 250M
- name: Install dependencies
run: |
sudo apt update
sudo apt install qtbase5-dev libqt5svg5 qttools5-dev-tools zlib1g-dev qtdeclarative5-dev qbs python3-dev
- name: Setup qbs
run: |
qbs --version
qbs setup-toolchains --detect
- name: Build
run: |
qbs build modules.cpp.compilerWrapper:ccache