This repository was archived by the owner on Aug 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAppImageBuilder.yml
More file actions
69 lines (69 loc) · 2.45 KB
/
AppImageBuilder.yml
File metadata and controls
69 lines (69 loc) · 2.45 KB
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
65
66
67
68
69
# appimage-builder recipe see https://appimage-builder.readthedocs.io for details
version: 1
AppDir:
path: /home/lucie/EIP/pivot/AppDir
app_info:
id: eu.epitech.eip.pivot
name: PivotEngine
icon: PivotEngine
version: latest
exec: usr/bin/pivot-editor
exec_args: $@
apt:
arch:
- amd64
allow_unauthenticated: true
sources:
- sourceline: deb http://fr.archive.ubuntu.com/ubuntu/ kinetic main restricted
- sourceline: deb http://fr.archive.ubuntu.com/ubuntu/ kinetic-updates main restricted
- sourceline: deb http://fr.archive.ubuntu.com/ubuntu/ kinetic universe
- sourceline: deb http://fr.archive.ubuntu.com/ubuntu/ kinetic-updates universe
- sourceline: deb http://fr.archive.ubuntu.com/ubuntu/ kinetic multiverse
- sourceline: deb http://fr.archive.ubuntu.com/ubuntu/ kinetic-updates multiverse
- sourceline:
deb http://fr.archive.ubuntu.com/ubuntu/ kinetic-backports main
restricted universe multiverse
- sourceline: deb http://security.ubuntu.com/ubuntu kinetic-security main restricted
- sourceline: deb http://security.ubuntu.com/ubuntu kinetic-security universe
- sourceline: deb http://security.ubuntu.com/ubuntu kinetic-security multiverse
- sourceline: deb https://packages.lunarg.com/vulkan/1.3.231 jammy main
- sourceline:
deb [arch=amd64,arm64,armhf] http://packages.microsoft.com/repos/code
stable main
- sourceline:
"deb https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu/ kinetic
main # disabled on upgrade to kinetic"
include:
- libc6:amd64
- bash
- dash
- perl
- libwayland-cursor0
files:
include: []
exclude:
- usr/share/man
- usr/share/doc/*/README.*
- usr/share/doc/*/changelog.*
- usr/share/doc/*/NEWS.*
- usr/share/doc/*/TODO.*
test:
fedora-30:
image: appimagecrafters/tests-env:fedora-30
before_command: dnf -y install mesa-vulkan-drivers gtk3
command: ./AppRun
debian-stable:
image: appimagecrafters/tests-env:debian-stable
command: ./AppRun
archlinux-latest:
image: appimagecrafters/tests-env:archlinux-latest
command: ./AppRun
centos-7:
image: appimagecrafters/tests-env:centos-7
command: ./AppRun
ubuntu-xenial:
image: appimagecrafters/tests-env:ubuntu-xenial
command: ./AppRun
AppImage:
arch: x86_64
update-information: guess