Skip to content

Commit

Permalink
Update test for FLATPAK_BRANCH
Browse files Browse the repository at this point in the history
  • Loading branch information
jongough committed Jan 27, 2022
1 parent 7e42b47 commit 386f757
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/circleci-build-flatpak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ else
fi

rm -rf build && mkdir build && cd build
if [ not "$FLATPAK_BRANCH" = '' ]; then
cmake -DOCPN_FLATPAK_CONFIG=ON -DSDK_VER=$SDK_VER -DFLATPAK_BRANCH=$FLATPAK_BRANCH ..
else
if [ "$FLATPAK_BRANCH" = '' ]; then
cmake -DOCPN_FLATPAK_CONFIG=ON -DSDK_VER=$SDK_VER -DFLATPAK_BRANCH='beta' ..
else
cmake -DOCPN_FLATPAK_CONFIG=ON -DSDK_VER=$SDK_VER -DFLATPAK_BRANCH=$FLATPAK_BRANCH ..
fi

make flatpak-build
Expand Down

0 comments on commit 386f757

Please sign in to comment.