mirror of
https://github.com/rustdesk/qemu-display.git
synced 2026-04-22 08:00:34 +00:00
Initial commit
This commit is contained in:
19
qemu-gtk4/.github/workflows/ci.yml
vendored
Normal file
19
qemu-gtk4/.github/workflows/ci.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
name: CI
|
||||
jobs:
|
||||
flatpak:
|
||||
name: "Flatpak"
|
||||
runs-on: ubuntu-20.04
|
||||
container:
|
||||
image: bilelmoussaoui/flatpak-github-actions:gnome-3.38
|
||||
options: --privileged
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: bilelmoussaoui/flatpak-github-actions@v2
|
||||
with:
|
||||
bundle: "qemu-gtk4.flatpak"
|
||||
manifest-path: "build-aux/org.qemu.gtk4.Devel.json"
|
||||
run-tests: "true"
|
||||
Reference in New Issue
Block a user