Skip to content

Commit

Permalink
[SES-42] show filesystem after craft install
Browse files Browse the repository at this point in the history
also change some parameters around
  • Loading branch information
EmilBohleber committed Jul 29, 2024
1 parent 70b2966 commit 3c9899d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ionos-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
run: |
& "${{ github.workspace }}\.github\workflows\autobuild.ps1"
- name: Print Filesystem for Debug
run: |
Get-ChildItem -Recurse "${{ github.workspace }}\Craft64\"
# - name: Clone CraftMaster
# run: git clone -q --depth=1 https://invent.kde.org/kde/craftmaster.git "${{ github.workspace }}\craft\CraftMaster"

Expand All @@ -41,11 +45,12 @@ jobs:

- name: Setup Craft Environment
run: |
& "${{ github.workspace }}\Craft64\craft\craftenv.ps1"
cd "${{ github.workspace }}\Craft64\craft\"
$ ".\craftenv.ps1"
- name: Add blueprint repository
run: |
& craft --add-blueprint-repository [git]https://github.com/EmilBohleber/nc-desktop-client-blueprints.git
craft --add-blueprint-repository [git]https://github.com/EmilBohleber/nc-desktop-client-blueprints.git
# - name: Craft unshelve
# continue-on-error: true
Expand All @@ -59,13 +64,13 @@ jobs:

- name: craft
run: |
& "${{ github.workspace }}\.github\workflows\craft_setup.ps1" -c craft
craft craft
# - name: print Debug filesystem
# run: |
# Get-ChildItem -Recurse "D:\a\nc-desktop\nc-desktop\craft\CraftMaster\windows-msvc2019_64-cl\etc\blueprints\locations\craft-blueprints-kde"

- name: Install dependencies
run: |
& "${{ github.workspace }}\.github\workflows\craft_setup.ps1" -c --install-deps nextcloud-client
craft --install-deps nextcloud-client

0 comments on commit 3c9899d

Please sign in to comment.