-
Notifications
You must be signed in to change notification settings - Fork 1
/
appimage-builder.yml
64 lines (55 loc) · 1.84 KB
/
appimage-builder.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
version: 1
script:
- git clone https://github.com/glmark2/glmark2.git || true
- cd glmark2; ./waf configure --with-flavors=drm-gl,drm-glesv2,x11-gl,x11-glesv2 --prefix=/usr
- cd glmark2; ./waf
- cd glmark2; ./waf install --destdir=../AppDir
AppDir:
path: ./AppDir
app_info:
id: glmark2
name: glmark2
icon: application-x-executable
version: latest
exec: usr/bin/glmark2
exec_args: --data-path=$APPDIR/usr/share/glmark2
apt:
arch: amd64
sources:
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse'
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse'
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse'
include:
- libjpeg62
- libpng16-16
files:
exclude:
- usr/lib/x86_64-linux-gnu/gconv
- usr/share/man
- usr/share/doc/*/README.*
- usr/share/doc/*/changelog.*
- usr/share/doc/*/NEWS.*
- usr/share/doc/*/TODO.*
test:
debian:
image: appimagecrafters/tests-env:debian-stable
command: "./AppRun"
use_host_x: True
ubuntu:
image: appimagecrafters/tests-env:ubuntu-xenial
command: "./AppRun"
use_host_x: True
fedora:
image: appimagecrafters/tests-env:fedora-33
command: "./AppRun"
use_host_x: True
arch:
image: appimagecrafters/tests-env:archlinux-latest
command: "./AppRun"
use_host_x: True
AppImage:
update-information: None
sign-key: None
arch: x86_64