-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
new nuget directory for building ANTLR4 C++ runtime as 3 Nuget packages #3741
Conversation
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
vs2015 & vs2017 dropped. vs2022 added. |
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
Some builds are failing by timeout...so could you check them so this PR be merged? |
I don't think it's a problem, unfortunately we have some problems with CI machines, they are not stable. I don't think you changes affect builts. |
@KvanTTT Can this PR be applied please? |
It's up to @parrt |
Also, could you point out how and where nuget for C++ is used? I have never heard about that, I've heard only about .NET platform. |
You can get the Nuget packages ANTLR4 Runtime for C++ from here: https://int.nugettest.org/. Look for The PR is just adding to the source tree a pack.cmd that build those Nuget package for a new version or snapshot |
I believe I manually upload to nuget from circlei builds or appveyor I think. |
|
oh wow! i didn't know nuget did anything but c#! |
Signed-off-by: Francis ANDRE francis.andre.kampbell@orange.fr
Hello
This PR is adding a directory antlr4\runtime\Cpp\runtime\nuget which contains a DOS script pack.cmd that is building the c++ antlr4-runtime as 3 Nuget packages.
usage: pack vsversion release [prerelease]
as for example :