-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
start emake release #107
Merged
Merged
start emake release #107
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
124df96
start emake release
d39c172
build emake
81c9cb3
merge master
8d96b91
update submodule
610fa38
Update ci-build.sh
fundies 435a11a
Update ServerPlugin.cpp
fundies fbecc6e
Update CMakeLists.txt
fundies 7fd0034
Update CMakeLists.txt
fundies cadb4a1
Update CMakeLists.txt
fundies 2792f7b
Update ServerPlugin.cpp
fundies ade17aa
Update ci-build.sh
fundies d29092f
Update CMakeLists.txt
fundies d86b543
Append path, not replace it.
RobertBColton 1200733
Actually capture MSYS2 environment.
RobertBColton 1bedc92
oopsie
RobertBColton 68465f7
Actually capture the MSYS2 environment.
RobertBColton dd94de7
best guess at hack
fundies 82882bb
Update azure-jobs.yml
fundies 289d739
noquote
RobertBColton f2d1ba0
Update CMakeLists.txt
fundies fec0ba0
Log QProcess standard output & error
RobertBColton 140fdf3
Update ServerPlugin.cpp
RobertBColton 638b461
Update ServerPlugin.cpp
RobertBColton 05974fb
Update ServerPlugin.cpp
RobertBColton f0f64ff
Update ServerPlugin.cpp
RobertBColton 7265a15
Update ServerPlugin.cpp
RobertBColton e200f26
Update ServerPlugin.cpp
RobertBColton f882884
Update ServerPlugin.cpp
RobertBColton 5712ff5
Update ServerPlugin.cpp
RobertBColton 1c0c3e2
Update ServerPlugin.cpp
RobertBColton 1ab7ca0
Update ServerPlugin.cpp
RobertBColton dec11be
Update ServerPlugin.cpp
RobertBColton 4463e12
Update ServerPlugin.cpp
RobertBColton 1e945b4
oopsie
RobertBColton c055532
use boolean operators
RobertBColton dc8723e
Use cmake_dependent_option
RobertBColton 1dba8d6
Update CMakeLists.txt
fundies 77d6c85
update submodule
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it failed n tried to build dll for msvc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where are you actually using
LIB_TYPE
at? I don't seeLIB_TYPE
being used anywhere in here.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's used in all the included cmakefiles in the enigma pr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well there's no reason this shouldn't work, ask Josh. I don't believe this doesn't work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can see it not working. in ci. Just put a dependent option as it's more correct anyways
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright dc8723e is sent, but I don't see how it will work.