Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ jobs:
"has_npm": true,
"has_composer": true,
"makefile_target": "build_dep_viewer_app"
},
{
"name": "contacts",
"path": "apps-external/contacts",
"has_npm": true,
"has_composer": true,
"makefile_target": "build_contacts_app"
}
]'

Expand Down Expand Up @@ -163,6 +170,12 @@ jobs:
name: external-app-build-viewer
path: apps-external/viewer

- name: Download contacts app
uses: actions/download-artifact@v5
with:
name: external-app-build-contacts
path: apps-external/contacts

- name: Verify downloaded artifacts structure
run: |
echo "External apps structure:"
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@
[submodule "apps-external/viewer"]
path = apps-external/viewer
url = git@github.com:nextcloud/viewer.git
[submodule "apps-external/contacts"]
path = apps-external/contacts
url = git@github.com:nextcloud/contacts.git
2 changes: 1 addition & 1 deletion IONOS
Submodule IONOS updated 2 files
+7 −1 Makefile
+3 −0 configure.sh
1 change: 1 addition & 0 deletions apps-external/contacts
Submodule contacts added at 19f823
Loading