mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
enable CI workflow
This commit is contained in:
+12
-10
@@ -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/**
|
||||
|
||||
Reference in New Issue
Block a user