mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
14 lines
374 B
Bash
14 lines
374 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export GITHUB_WORKSPACE="."
|
||
|
|
||
|
automation_tools/install_dependencies.sh
|
||
|
automation_tools/cooker_build_id.sh
|
||
|
automation_tools/pre_build_automation.sh
|
||
|
automation_tools/cooker_flatpak_portal_add.sh
|
||
|
automation_tools/appdata_management.sh
|
||
|
automation_tools/flatpak_build_download_only.sh
|
||
|
automation_tools/flatpak_build_only.sh
|
||
|
automation_tools/flatpak_build_bundle.sh
|
||
|
|