Conversation
Dewb
commented
Dec 29, 2020
| cp $qtLibDir/libicuuc.so.* packageFiles/ | ||
| cp $qtLibDir/libicudata.so.* packageFiles/ | ||
| cp $qtLibDir/qt5/plugins/platforms/libqxcb.so packageFiles/platforms | ||
| cp $qtDir/plugins/platforms/libqxcb.so packageFiles/platforms |
Contributor
Author
There was a problem hiding this comment.
This path may be dependent on the Qt version, I had to change it to build with 5.9.
Owner
|
Hi, the big problem to compile JamTaba using CI is build Qt statically. We need Qt static builds for VST and AU plugins. The Qt static builds are not officially tested, so is always complicated find the Qt static compilable version. I tested a lot of versions and have 99% of compilation errors. It`s a very time consuming task find a static compilable version. Sometimes a Qt version compile statically in Windows but fails in Mac 😢 Another approach is try to find a pre compiled Qt (static and working in Windows & Mac) and download this Qt version using the CI scripts. But again it`s a very time consuming task. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi! Congrats on the 2.1.16 release, and thanks for providing a way for musicians to collaborate while distancing, it's definitely made 2020 a little easier.
I know that managing build and release pipelines across multiple platforms can be time-consuming, and I've been poking at some possible directions to automate some of the process. This PR is an initial suggestion for some automated build infrastructure. There's definitely more that could be done here, but the current state seems like a good starting point for discussion.
What merging this PR in its current state would accomplish:
What this does not yet do, but could with a little work/discussion:
What this could be further extended to do in the future: