mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[PR #118] [MERGED] Using pre-packaged runtimes, outside of NuGet. #216
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#216
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:qt-runtimes📝 Commits (9)
9fd2875The CI is now using the runtimes packaged at: https://github.com/qmlnet/qt-runtimes/releases/tag/releases89d0bc3Removed the build steps that handles the Qt runtimes. They will be managed differently.4bd9265Added unit test for extracting runtime.ff2cec9Added our own tar extractor.3dad022Ensuring the symlinks are created.6889773Simplified the loading of native libs in Qml.Net.b58be97Support for loading windows/osx runtimes.cb67be5Support for auto discovery and download of runtimes.e7dce56Deploy packages now.📊 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.