Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Conversation

@Un1oR
Copy link

@Un1oR Un1oR commented Jul 29, 2016

Setup for Visual Studio usage looks several complicated and not convenient.
I wrote script which modify installed Visual Studio toolsets by prepending ExecutablePath with directory contains clacache executable. Also script sets system environment variables CLCACHE_DIR and CL.
I'm not sure my approach too perfect, but ideas can by useful.

@codecov-io
Copy link

codecov-io commented Jul 29, 2016

Current coverage is 72.91% (diff: 100%)

Merging #172 into master will increase coverage by 0.35%

@@             master       #172   diff @@
==========================================
  Files             1          1          
  Lines           882        875     -7   
  Methods           0          0          
  Messages          0          0          
  Branches        153        150     -3   
==========================================
- Hits            640        638     -2   
+ Misses          198        195     -3   
+ Partials         44         42     -2   

Powered by Codecov. Last update e09b20b...bfe6af8

env.py Outdated
@@ -0,0 +1,111 @@
from __future__ import print_function
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rest of the clcache script code now requires Python 3.3 or newer. I think imposing the same requirement here would be consistent, and it would simplify things abit (e.g. this import is not needed).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants