New upstream version 5.5.32
authorBoyuan Yang <byang@debian.org>
Wed, 15 Jun 2022 17:26:03 +0000 (13:26 -0400)
committerBoyuan Yang <byang@debian.org>
Wed, 15 Jun 2022 17:26:03 +0000 (13:26 -0400)
.github/workflows/call-build-distribution.yml [new file with mode: 0644]
src/src.pro

diff --git a/.github/workflows/call-build-distribution.yml b/.github/workflows/call-build-distribution.yml
new file mode 100644 (file)
index 0000000..c4c277e
--- /dev/null
@@ -0,0 +1,17 @@
+name: Call build-distribution
+on:
+  push:
+    paths-ignore:
+      - ".github/workflows/**"
+  pull_request_target:
+    paths-ignore:
+      - ".github/workflows/**"
+
+jobs:
+  check_job:
+    uses: linuxdeepin/.github/.github/workflows/build-distribution.yml@master
+    secrets:
+      BUILD_GPG_PRIVATE_KEY: ${{ secrets.BUILD_GPG_PRIVATE_KEY }}
+      BUILD_SSH_PRIVATE_KEY: ${{ secrets.BUILD_SSH_PRIVATE_KEY }}
+      WEBDAV_PASSWD: ${{ secrets.WEBDAV_PASSWD }}
+      WEBDAV_USER: ${{ secrets.WEBDAV_USER }}
index 6c83fb2ac5a66817d20e737003591839b73ef97c..9b147a835619edc251624a38335dccc4a87c2c45 100644 (file)
@@ -56,11 +56,6 @@ include($$PWD/log/log.pri)
 include($$PWD/filesystem/filesystem.pri)
 include($$PWD/settings/settings.pri)
 
-DTK_MODULE_NAME = $$TARGET
-load(dtk_build)
-
-# ----------------------------------------------
-# install config
 includes.files += \
     $$PWD/*.h \
     $$PWD/dtkcore_config.h \
@@ -71,6 +66,12 @@ includes.files += \
     $$PWD/DConfigFile \
     $$PWD/DConfig
 
+# ----------------------------------------------
+# install config
+
+DTK_MODULE_NAME = $$TARGET
+load(dtk_build)
+
 INSTALLS += includes target
 
 isEmpty(DTK_STATIC_LIB){