Skip to content

Commit

Permalink
ci: update test manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Oct 24, 2024
1 parent 6f3b5dc commit c5699d9
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 291 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Flatter
runs-on: ubuntu-latest
container:
image: ghcr.io/andyholmes/flatter/gnome:46
image: ghcr.io/andyholmes/flatter/gnome:master
options: --privileged

strategy:
Expand Down Expand Up @@ -47,8 +47,8 @@ jobs:
uses: andyholmes/flatter@main
with:
files: |
tests/manifests/ca.andyholmes.Flatter.yml
tests/manifests/name.ptomato.Bloatpad.json
tests/manifests/ca.andyholmes.Flatter1.json
tests/manifests/ca.andyholmes.Flatter2.yml
arch: ${{ matrix.arch }}
gpg-sign: ${{ steps.gpg.outputs.fingerprint }}
upload-bundles: true
Expand Down
23 changes: 23 additions & 0 deletions tests/manifests/ca.andyholmes.Flatter1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"app-id": "ca.andyholmes.Flatter1",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "flatter",
"finish-args": [
"--device=dri",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland"
],
"modules": [
{
"name": "flatter",
"buildsystem": "simple",
"build-commands": [
"mkdir -p /app/bin",
"ln -sf /bin/echo /app/bin/flatter"
]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
app-id: ca.andyholmes.Flatter
branch: nightly
app-id: ca.andyholmes.Flatter2
runtime: org.gnome.Platform
runtime-version: "46"
runtime-version: "master"
sdk: org.gnome.Sdk
command: flatter
finish-args:
Expand Down
53 changes: 0 additions & 53 deletions tests/manifests/ca.andyholmes.Valent.Tests.json

This file was deleted.

193 changes: 0 additions & 193 deletions tests/manifests/ca.andyholmes.Valent.json

This file was deleted.

39 changes: 0 additions & 39 deletions tests/manifests/name.ptomato.Bloatpad.json

This file was deleted.

0 comments on commit c5699d9

Please sign in to comment.