From 3c2c15f2f58e4485c3d2573ffd4675f2e8b3a00b Mon Sep 17 00:00:00 2001 From: Stephanie Gawroriski Date: Fri, 15 Mar 2024 20:37:13 +0000 Subject: [PATCH] Consolidate build step. --- .circleci/config.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e9355628a..c69e8409f4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -182,11 +182,8 @@ commands: type: string steps: - run: - name: Flatpak Build - command: flatpak-builder --user --install-deps-from=flathub --allow-missing-runtimes --from-git-branch=$CIRCLE_BRANCH build-dir cc.squirreljme.SquirrelJME.yml - - run: - name: Flatpak Install - command: flatpak-builder --user --install build-dir cc.squirreljme.SquirrelJME.yml + name: Flatpak Build and Install + command: flatpak-builder --user --install --install-deps-from=flathub --allow-missing-runtimes --force-clean build-dir cc.squirreljme.SquirrelJME.yml - run: name: Flatpak Bundle command: flatpak --user build-bundle $HOME/.local/share/flatpak/repo squirreljme-<>.flatpak cc.squirreljme.SquirrelJME -- 2.11.4.GIT