[PR #118] [MERGED] Using pre-packaged runtimes, outside of NuGet. #216

Closed
opened 2026-05-05 11:20:58 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qmlnet/qmlnet/pull/118
Author: @pauldotknopf
Created: 4/11/2019
Status: Merged
Merged: 4/13/2019
Merged by: @pauldotknopf

Base: developHead: qt-runtimes


📝 Commits (9)

📊 Changes

34 files changed (+903 additions, -420 deletions)

View changed files

📝 .travis.yml (+1 -3)
📝 appveyor.yml (+4 -3)
📝 build/appveyor.bat (+4 -3)
build/docker/README.md (+0 -4)
build/docker/build-all.sh (+0 -7)
build/docker/build-linux-ci.sh (+0 -9)
build/docker/build-windows-cross.sh (+0 -7)
build/docker/linux-ci/Dockerfile (+0 -18)
build/docker/linux-ci/install-dotnet.sh (+0 -10)
build/docker/linux-ci/install-packages.sh (+0 -15)
build/docker/linux-ci/install-qt.sh (+0 -8)
build/docker/linux-ci/install.sh (+0 -6)
build/docker/windows-cross/Dockerfile (+0 -16)
build/docker/windows-cross/qtbase.sh (+0 -27)
📝 build/scripts/Program.cs (+1 -175)
📝 build/travis.linux.sh (+12 -7)
📝 build/travis.osx.sh (+6 -4)
📝 src/native/QmlNet/QmlNet.pro (+0 -46)
📝 src/native/build.bat (+1 -1)
📝 src/native/build.sh (+1 -1)

...and 14 more files

📄 Description

See #87, #116


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qmlnet/qmlnet/pull/118 **Author:** [@pauldotknopf](https://github.com/pauldotknopf) **Created:** 4/11/2019 **Status:** ✅ Merged **Merged:** 4/13/2019 **Merged by:** [@pauldotknopf](https://github.com/pauldotknopf) **Base:** `develop` ← **Head:** `qt-runtimes` --- ### 📝 Commits (9) - [`9fd2875`](https://github.com/qmlnet/qmlnet/commit/9fd28756879f6e5a7d2b5894c2665231eeb92880) The CI is now using the runtimes packaged at: https://github.com/qmlnet/qt-runtimes/releases/tag/releases - [`89d0bc3`](https://github.com/qmlnet/qmlnet/commit/89d0bc3bee4a0084ff3785d39d9a74a262a5e870) Removed the build steps that handles the Qt runtimes. They will be managed differently. - [`4bd9265`](https://github.com/qmlnet/qmlnet/commit/4bd92651ef4bc8b326f764a4355b84f79d5dd1d9) Added unit test for extracting runtime. - [`ff2cec9`](https://github.com/qmlnet/qmlnet/commit/ff2cec90e61094777eea816a851560fca4a3ad64) Added our own tar extractor. - [`3dad022`](https://github.com/qmlnet/qmlnet/commit/3dad02286668cbbd8094a747f61b785da136306a) Ensuring the symlinks are created. - [`6889773`](https://github.com/qmlnet/qmlnet/commit/688977342774573a18904fde8a291c678fd544db) Simplified the loading of native libs in Qml.Net. - [`b58be97`](https://github.com/qmlnet/qmlnet/commit/b58be9718545a88f7c7a44f3f448547d1704eac6) Support for loading windows/osx runtimes. - [`cb67be5`](https://github.com/qmlnet/qmlnet/commit/cb67be5a5a44fec5193257dc3548e8f469a90bd2) Support for auto discovery and download of runtimes. - [`e7dce56`](https://github.com/qmlnet/qmlnet/commit/e7dce568c12ba4dba2e4b920ebbca2e34299bb57) Deploy packages now. ### 📊 Changes **34 files changed** (+903 additions, -420 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -3) 📝 `appveyor.yml` (+4 -3) 📝 `build/appveyor.bat` (+4 -3) ➖ `build/docker/README.md` (+0 -4) ➖ `build/docker/build-all.sh` (+0 -7) ➖ `build/docker/build-linux-ci.sh` (+0 -9) ➖ `build/docker/build-windows-cross.sh` (+0 -7) ➖ `build/docker/linux-ci/Dockerfile` (+0 -18) ➖ `build/docker/linux-ci/install-dotnet.sh` (+0 -10) ➖ `build/docker/linux-ci/install-packages.sh` (+0 -15) ➖ `build/docker/linux-ci/install-qt.sh` (+0 -8) ➖ `build/docker/linux-ci/install.sh` (+0 -6) ➖ `build/docker/windows-cross/Dockerfile` (+0 -16) ➖ `build/docker/windows-cross/qtbase.sh` (+0 -27) 📝 `build/scripts/Program.cs` (+1 -175) 📝 `build/travis.linux.sh` (+12 -7) 📝 `build/travis.osx.sh` (+6 -4) 📝 `src/native/QmlNet/QmlNet.pro` (+0 -46) 📝 `src/native/build.bat` (+1 -1) 📝 `src/native/build.sh` (+1 -1) _...and 14 more files_ </details> ### 📄 Description See #87, #116 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:20:58 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#216
No description provided.