2016-07-31 09:19:28 +02:00
|
|
|
@echo on
|
2016-08-25 16:06:48 +02:00
|
|
|
choco install -y --allowEmptyChecksum firefox googlechrome wget notepadplusplus sublimetext3 mono monodevelop gtksharp visualstudiocode microsoft-build-tools visualstudio2015community p4merge dotnet4.5 ruby nodejs.install stylecop
|
2016-08-25 16:21:31 +02:00
|
|
|
call refreshenv
|
2016-07-30 21:24:10 +02:00
|
|
|
|
2016-07-30 12:38:29 +02:00
|
|
|
wget -c https://cygwin.com/setup-x86_64.exe
|
2016-08-25 15:37:05 +02:00
|
|
|
setup-x86_64.exe -R "C:\cygwin64" -s http://cygwin.netbet.org/ -q -g -P curl,zsh,git,vim,wget,xz,tar,gawk,bzip2,subversion,zlib,fontconfig,clang,cmake,lua,perl,the_silver_searcher
|
2016-07-30 21:24:10 +02:00
|
|
|
|
2016-08-04 11:21:31 +02:00
|
|
|
set script_path=%~dp0
|
|
|
|
set repo_path=%script_path%\..\
|
2016-07-31 09:19:28 +02:00
|
|
|
set bash=c:\cygwin64\bin\bash.exe --login -c
|
2016-08-04 11:21:31 +02:00
|
|
|
|
2016-07-31 09:19:28 +02:00
|
|
|
for /f "delims=" %%A in ('%bash% "cd `cygpath $HOMEPATH`/dev/dotfiles && git rev-parse --abbrev-ref HEAD"') do set "branch=%%A"
|
|
|
|
%bash% 'echo "branch is $branch"'
|
|
|
|
%bash% "cp -vr `cygpath $HOMEPATH`/.ssh $HOME/"
|
2016-08-04 11:21:31 +02:00
|
|
|
%bash% "export OUTER_CLONE=`cygpath $repo_path` && $script_path/build_insider.sh"
|