Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Nov 10, 2023
2 parents c67fbe5 + b9ebbe4 commit 839d5ec
Show file tree
Hide file tree
Showing 52 changed files with 1,998 additions and 2,415 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
.gitignore export-ignore
.gitattributes export-ignore
.gitmodules export-ignore
.github export-ignore
.travis export-ignore
.travis.yml export-ignore
.tx export-ignore
.mailmap export-ignore
21 changes: 21 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# SPDX-FileCopyrightText: 2022 Pier Luigi Fiorini <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0

name: CI

on:
push:
branches:
- master
- develop
tags:
- v*
pull_request:
branches:
- master
- develop

jobs:
linux-qt5:
uses: lirios/.github/.github/workflows/build-linux-qt5.yml@master
26 changes: 26 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# SPDX-FileCopyrightText: 2022 Pier Luigi Fiorini <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0

name: Checks

on:
push:
branches:
- master
- develop
tags:
- v*
pull_request:
types:
- opened
- synchronize
- reopened
- edited

jobs:
checks:
uses: lirios/.github/.github/workflows/checks.yml@master
with:
enable_wip: true
enable_reuse: true
16 changes: 16 additions & 0 deletions .github/workflows/copr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# SPDX-FileCopyrightText: 2022 Pier Luigi Fiorini <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0

name: COPR

on:
push:
branches:
- develop

jobs:
copr:
uses: lirios/.github/.github/workflows/copr.yml@master
secrets:
COPR_WEBHOOK_URL: ${{ secrets.COPR_WEBHOOK_URL }}
15 changes: 15 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Desktop Portal
Source: https://github.com/lirios/xdg-desktop-portal-liri

Files: .tag
Copyright: 2022 Pier Luigi Fiorini
License: CC0-1.0

Files: .gitattributes
Copyright: 2022 Pier Luigi Fiorini
License: CC0-1.0

Files: README.md
Copyright: 2022 Pier Luigi Fiorini
License: CC0-1.0
39 changes: 0 additions & 39 deletions .travis.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .travis/build.sh

This file was deleted.

46 changes: 0 additions & 46 deletions .travis/deploy.sh

This file was deleted.

Binary file removed .travis/github_deploy_key_liri_ci.enc
Binary file not shown.
22 changes: 0 additions & 22 deletions 3rdparty/extra-cmake-modules/COPYING-CMAKE-SCRIPTS

This file was deleted.

This file was deleted.

Loading

0 comments on commit 839d5ec

Please sign in to comment.