We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Struggle through MSVC beeing special.
Here is how I managed to build localy on Windows.
This worked - except for warning. arch.exe The goal is to make unit.api.exe work.
Previous struggles can be seen here: #1467 #1460
Building entire unit.api.exe at once is not needed. Do it in parts. Every folder and every test file have their own targets.
For example:
unit.api.regular.exe unit.api.udt.comparison.exe
When some notable chunk is done, create a pr and put it to run on cli, like https://github.com/jfalcou/eve/pull/1736/files
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Struggle through MSVC beeing special.
Here is how I managed to build localy on Windows.
This worked - except for warning. arch.exe
The goal is to make unit.api.exe work.
Previous struggles can be seen here:
#1467
#1460
On building things
Building entire unit.api.exe at once is not needed. Do it in parts.
Every folder and every test file have their own targets.
For example:
unit.api.regular.exe
unit.api.udt.comparison.exe
On committing
When some notable chunk is done, create a pr and put it to run on cli, like https://github.com/jfalcou/eve/pull/1736/files
The text was updated successfully, but these errors were encountered: