enable CI workflow

This commit is contained in:
uncor3
2026-04-19 17:07:55 +00:00
parent b52a27ff19
commit bc2ac465e9
+12 -10
View File
@@ -2,16 +2,17 @@ name: iDescriptor CI (Linux)
on:
workflow_dispatch:
# push:
# paths:
# - "**.cpp"
# - "**.h"
# - "**.hpp"
# - "**.cxx"
# - "**.cc"
# - "CMakeLists.txt"
# - "**.cmake"
# - ".github/workflows/ci.yml"
push:
paths:
- "**.cpp"
- "**.h"
- "**.hpp"
- "**.cxx"
- "**.cc"
- "**.rs"
- "CMakeLists.txt"
- "**.cmake"
- ".github/workflows/ci.yml"
env:
QT_VERSION: "6.7.2"
@@ -217,6 +218,7 @@ jobs:
- name: Build AppImage
run: |
#FIXME
export VERSION=1.0.0
# linuxdeployqt tries to bundle SQL drivers which we don't need
rm -rf ${{ github.workspace }}/Qt/{${{ env.QT_VERSION }}/gcc_64/plugins/sqldrivers/**