Skip to content

Commit

Permalink
Add .bat file to initialize environment for actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Jan 21, 2016
1 parent 5e6a26f commit 1f7f82e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Expand Up @@ -10,6 +10,7 @@
*.h text

# Declare files that will always have CRLF line endings on checkout.
*.bat text eol=crlf
*.sln text eol=crlf
*.vcproj text eol=crlf
*.vcxproj text eol=crlf
Expand Down
7 changes: 7 additions & 0 deletions setup_env.bat
@@ -0,0 +1,7 @@
REM Set up to use Git Bash for running "cygwin" actions.

REM CD to where this file lives to avoid path relativiation problems.
cd %~dp0

set PATH=%PATH%;C:\Program Files\Git\bin

0 comments on commit 1f7f82e

Please sign in to comment.