Skip to content

Commit

Permalink
ci(github): validate AppStream metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
guihkx authored and trollixx committed Feb 19, 2024
1 parent 16d1136 commit 46e18c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ jobs:
ninja-build
qtbase5-dev
qtwebengine5-dev
appstream-util
- name: Upload AppImage
uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions pkg/appimage/appimage-amd64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ script:
- cmake -B $BUILD_DIR/cmake-build -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo
- cmake --build $BUILD_DIR/cmake-build
- cmake --install $BUILD_DIR/cmake-build --prefix $TARGET_APPDIR/usr
- appstream-util validate-relax $TARGET_APPDIR/usr/share/metainfo/org.zealdocs.zeal.appdata.xml

AppDir:
app_info:
Expand Down

0 comments on commit 46e18c2

Please sign in to comment.