forked from liferooter/textpieces
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (29 loc) · 817 Bytes
/
test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# SPDX-FileCopyrightText: 2022 Gleb Smirnov <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-or-later
on:
push:
branches: [main]
pull_request:
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: REUSE Compliance Check
uses: fsfe/[email protected]
flatpak:
name: Flatpak
runs-on: ubuntu-20.04
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
with:
bundle: textpieces.flatpak
manifest-path: build-aux/flatpak/com.github.liferooter.textpieces.yaml
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}