Skip to content
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

Set up C++ runtime tests on Windows #3389

Closed
KvanTTT opened this issue Dec 4, 2021 · 5 comments
Closed

Set up C++ runtime tests on Windows #3389

KvanTTT opened this issue Dec 4, 2021 · 5 comments

Comments

@KvanTTT
Copy link
Member

KvanTTT commented Dec 4, 2021

And include them to AppVeyor. Probably it makes sense to use msbuild instead of clang++.

I'm working on it.

@parrt
Copy link
Member

parrt commented Dec 9, 2021

maybe @mike-lischke has ideas.

@mike-lischke
Copy link
Member

The build is indeed simple. There's that runtime/Cpp/deploy-windows.cmd which can serve as template.

@KvanTTT
Copy link
Member Author

KvanTTT commented Dec 9, 2021

Yes, I've tried pipeline manually and it eventually works. Now I'm going to translate it into Java code. Actually, no bat file is required at all.

The pipeline is not so simple as it is for other targets :) It's not very easy just to build something in C++.

@mike-lischke
Copy link
Member

@KvanTTT You may want to wait for the next C++ patch #3398 from @jcking who remove the external utf8lib reference. This way the build should again become straight forward.

@KvanTTT
Copy link
Member Author

KvanTTT commented Dec 10, 2021

Ok.

KvanTTT added a commit to KvanTTT/antlr4 that referenced this issue May 27, 2022
Drop old version of Visual Studio C++ (2013, 2015, 2017), fixes antlr#3723

Signed-off-by: Ivan Kochurkin <kvanttt@gmail.com>
KvanTTT added a commit to KvanTTT/antlr4 that referenced this issue May 27, 2022
Drop old version of Visual Studio C++ (2013, 2015, 2017), fixes antlr#3723

Signed-off-by: Ivan Kochurkin <kvanttt@gmail.com>
KvanTTT added a commit to KvanTTT/antlr4 that referenced this issue May 27, 2022
Drop old version of Visual Studio C++ (2013, 2015, 2017), fixes antlr#3723

Signed-off-by: Ivan Kochurkin <kvanttt@gmail.com>
KvanTTT added a commit to KvanTTT/antlr4 that referenced this issue Jun 5, 2022
Drop old version of Visual Studio C++ (2013, 2015, 2017), fixes antlr#3723

Signed-off-by: Ivan Kochurkin <kvanttt@gmail.com>
parrt pushed a commit that referenced this issue Jun 5, 2022
Drop old version of Visual Studio C++ (2013, 2015, 2017), fixes #3723

Signed-off-by: Ivan Kochurkin <kvanttt@gmail.com>
@KvanTTT KvanTTT closed this as completed Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants