/
githubmirror
/
libmodulemd
Обзор
Документация
Войти
/
githubmirror
/
libmodulemd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
fedora/tests.yml
32 строки
727 B
Petr Písař
CI: Fedora STI: Canonical command is "dnf builddep"
16 май 2024, 09:56
16 май 2024, 09:56
1a19ce7
Код
Авторство
О чём код?
--- - hosts: localhost tags: - classic roles: - role: standard-test-source - hosts: localhost tags: - classic tasks: - name: Make sure fedpkg and selinux bindings are installed shell: dnf -y install --skip-broken fedpkg python3-libselinux libmodulemd-devel - name: Copy spec file to remote machine copy: src: "{{ playbook_dir }}/../libmodulemd.spec" dest: /tmp/libmodulemd.spec - name: Install build deps shell: dnf -y builddep /tmp/libmodulemd.spec - hosts: localhost tags: - classic roles: - role: standard-test-basic tests: - build: dir: . run: meson -Dtest_installed_lib=true source - unittests: dir: . run: ninja test