Skip to content

Commit

Permalink
wip appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstink committed Oct 15, 2024
1 parent 5483c0d commit 3fb2968
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ jobs:
with:
name: Farbart linux x64-86
path: build/symmetri/gui/Farbart
- name: Build AppImage
uses: AppImageCrafters/build-appimage-action@master
env:
UPDATE_INFO: gh-releases-zsync|thorstink|Symmetri|latest|*x86_64.AppImage.zsync
with:
recipe: AppImageBuilder.yml
- uses: actions/upload-artifact@v2
with:
name: Farbart

test:
runs-on: ubuntu-latest
Expand Down
54 changes: 54 additions & 0 deletions .github/workflows/linux/AppImageBuilder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
version: 1
AppDir:
path: AppDir
app_info:
id: farbart
name: Farbart
# icon: appimage-demo-qt5
version: latest
exec: usr/bin/Farbart
exec_args: $@
apt:
arch: amd64
sources:
- sourceline: deb http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
- sourceline: deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse
- sourceline: deb http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
- sourceline: deb http://archive.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
- sourceline: deb http://archive.neon.kde.org/user/ bionic main
key_url: 'https://archive.neon.kde.org/public.key'
include:
- libbz2-1.0
# exclude:
# - hicolor-icon-theme
# files:
# exclude:
# - usr/share/man
# - usr/share/doc/*/README.*

test:
fedora:
image: appimagecrafters/tests-env:fedora-30
command: ./AppRun
use_host_x: true
debian:
image: appimagecrafters/tests-env:debian-stable
command: ./AppRun
use_host_x: true
arch:
image: appimagecrafters/tests-env:archlinux-latest
command: ./AppRun
use_host_x: true
centos:
image: appimagecrafters/tests-env:centos-7
command: ./AppRun
use_host_x: true
ubuntu:
image: appimagecrafters/tests-env:ubuntu-xenial
command: ./AppRun
use_host_x: true
AppImage:
arch: x86_64
# update-information: !ENV ${UPDATE_INFO}
sign-key: None

0 comments on commit 3fb2968

Please sign in to comment.