asahi-kiwi-descriptions/tmt/plans/build-gnome.fmf

29 lines
566 B
Plaintext
Raw Normal View History

summary: Build GNOME image
prepare:
- name: install packages
how: install
package:
- distribution-gpg-keys
- fatcat
- git-core
- kiwi
- libselinux-utils
- p7zip-plugins
- python3-boto3
- rpmdistro-repoquery
- zip
- zstd
discover:
how: shell
tests:
- name: build image
test: |
setenforce 0
$TMT_TREE/builder.py build gnome
$TMT_TREE/builder.py package gnome
2023-12-19 00:05:35 +00:00
$TMT_TREE/builder.py tmt gnome
setenforce 1
execute:
how: tmt