Skip to content

Commit

Permalink
[SES-42] add continue on error and qt5 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilBohleber committed Jul 29, 2024
1 parent 428bf1b commit 3650a7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ionos-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,18 @@ jobs:
& "${{ github.workspace }}\.github\workflows\craft_setup.ps1" --setup
- name: Craft unshelve
continue-on-error: true
run: |
& "${{ github.workspace }}\.github\workflows\craft_setup.ps1" -c --unshelve "${{ github.workspace }}\craft.shelf"
- name: Switch Craft to qt5-lts
run: |
& cd "${{ github.workspace }}\craft\${{ env.CRAFT_TARGET}}\etc\blueprints\locations\craft-blueprints-kde"
git checkout qt5-lts
# - name: Switch Craft to qt5-lts
# run: |
# & cd "${{ github.workspace }}\craft\${{ env.CRAFT_TARGET}}\etc\blueprints\locations\craft-blueprints-kde"
# git checkout qt5-lts

- name: craft
run: |
& "${{ github.workspace }}\.github\workflows\craft_setup.ps1" -c craft
# - name: craft
# run: |
# & "${{ github.workspace }}\.github\workflows\craft_setup.ps1" -c craft

# - name: print Debug filesystem
# run: |
Expand Down
2 changes: 1 addition & 1 deletion craft.shelf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[General]
version = 2
blueprintrepositories = https://github.com/EmilBohleber/nc-desktop-client-blueprints.git|qt5-lts|
blueprintrepositories = https://github.com/EmilBohleber/nc-desktop-client-blueprints.git|qt5-lts|;https://invent.kde.org/packaging/craft-blueprints-kde.git|qt5-lts|

0 comments on commit 3650a7a

Please sign in to comment.