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

[Windows support] Add Windows options to scripts #226

Merged
merged 2 commits into from
Sep 19, 2015

Conversation

micbou
Copy link
Collaborator

@micbou micbou commented Sep 19, 2015

Add the following options to build.py and run_tests.py scripts:

  • --msvc: pick the MSVC version between 11, 12 (default), and 14 (respectively 2012, 2013, or 2015);
  • --arch: force 32 or 64 bits architecture. Default is the python interpreter architecture used to start the script. Can be useful if both python 32 and 64 bits are installed. See discussion in issue Make install.py work on Arch Linux YouCompleteMe#1651.

Add options to choose the MSVC version (11, 12, or 14) and the
architecture (32 or 64 bits) on Windows.
@Valloric
Copy link
Member

Nice!

@homu r+

@homu
Copy link
Contributor

homu commented Sep 19, 2015

📌 Commit 4bab5da has been approved by Valloric

@homu
Copy link
Contributor

homu commented Sep 19, 2015

⌛ Testing commit 4bab5da with merge 2957b45...

homu added a commit that referenced this pull request Sep 19, 2015
[Windows support] Add Windows options to scripts

Add the following options to `build.py` and `run_tests.py` scripts:
 - `--msvc`: pick the MSVC version between 11, 12 (default), and 14 (respectively 2012, 2013, or 2015);
 - `--arch`: force 32 or 64 bits architecture. Default is the python interpreter architecture used to start the script. Can be useful if both python 32 and 64 bits are installed. See discussion in issue ycm-core/YouCompleteMe#1651.
@homu
Copy link
Contributor

homu commented Sep 19, 2015

☀️ Test successful - status

@homu homu merged commit 4bab5da into ycm-core:master Sep 19, 2015
@homu homu mentioned this pull request Sep 19, 2015
@micbou micbou deleted the windows-generator branch September 19, 2015 05:48
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

Successfully merging this pull request may close these issues.

3 participants