commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
9745319096d870a5c41c5b20c691144ca232345d
breeze-webtest/setenv.bat
breeze-webtest/setenv.bat
set CATALINA_HOME=C:\Java\apache-tomcat-7.0.47 set BREEZEJS_TEST=C:\git\Breeze\breeze.js\test\
set CATALINA_HOME=C:\Java\apache-tomcat-7.0.59-windows-x64\apache-tomcat-7.0.59 set BREEZEJS_TEST=C:\GitHub\breeze.js\test\
Set environment variables to Jay's values
Set environment variables to Jay's values
Batchfile
mit
Breeze/breeze.server.java,Breeze/breeze.server.java
7c557dc7d43ccc42526b51e5ce759ac6fa08a1b0
zipsrc.bat
zipsrc.bat
cd .. del/q scintilla.zip zip scintilla.zip scintilla\*.* scintilla\*\*.* -x *.o -x *.obj -x *.dll -x *.lib -x *.res -x *.exp cd scintilla
cd .. del/q scintilla.zip zip scintilla.zip scintilla\*.* scintilla\*\*.* scintilla\*\*\*.* scintilla\*\*\*\*.* scintilla\*\*\*\*\*.* -x *.o -x *.obj -x *.dll -x *.lib -x *.res -x *.exp cd scintilla
Store OS X files in zips.
Store OS X files in zips.
Batchfile
isc
rhaberkorn/scintilla-mirror,rhaberkorn/scintilla-mirror,rhaberkorn/scintilla-mirror,rhaberkorn/scintilla-mirror,rhaberkorn/scintilla-mirror,rhaberkorn/scintilla-mirror,rhaberkorn/scintilla-mirror,rhaberkorn/scintilla-mirror
5ce3a04658aa55ed2ee29d6d79d3d8277f21de3a
generate.bat
generate.bat
@echo off if not exist Build\mare\mare.exe call Ext\mare\compile.bat --buildDir=Build/mare --outputDir=Build/mare --sourceDir=Ext/mare/src if not "%1"=="" (Build\mare\mare.exe %*) else Build\mare\mare.exe --vcxproj=2013
@echo off if not exist Build\mare\mare.exe call Ext\mare\compile.bat --buildDir=Build/Debug/mare --outputDir=Build/Debug/mare --sourceDir=Ext/mare/src if not "%1"=="" (Build\Debug\mare\mare.exe %*) else Build\Debug\mare\mare.exe --vcxproj=2013
Move mare build directory to Build/Debug
Move mare build directory to Build/Debug
Batchfile
apache-2.0
craflin/ZlimDB,craflin/ZlimDB
cfeb160dfd67fe746f47a2b3f9c3d0227b5f6c88
autogen.bat
autogen.bat
@ECHO OFF REM REM This script generates headers for use with Visual C++ only REM REM Usage: REM .\autogen.bat REM nmake -f makefile.vc REM REM NOTE: DO NOT include this script in GEOS sources distribution REM set GEOS_HEADERS=include\geos COPY %GEOS_HEADERS%\version.h.vc %GEOS_HEADERS%\version.h COPY %GEOS_HEADERS%\platform.h.vc %GEOS_HEADERS%\platform.h COPY capi\geos_c.h.in capi\geos_c.h
@ECHO OFF REM REM This script generates headers for use with Visual C++ only REM REM Usage: REM .\autogen.bat REM nmake -f makefile.vc REM REM NOTE: DO NOT include this script in GEOS sources distribution REM set GEOS_HEADERS=include\geos COPY %GEOS_HEADERS%\version.h.vc %GEOS_HEADERS%\version.h COPY %GEOS_HEADERS%\platform.h.vc %GEOS_HEADERS%\platform.h COPY capi\geos_c.h.in capi\geos_c.h @ECHO #define GEOS_SVN_REVISION 0 > geos_svn_revision.h
Add step generating geos_svn_revision.h template with revision 0
Add step generating geos_svn_revision.h template with revision 0 Simplifies CI build steps. [ci skip] git-svn-id: 6c2b1bd10c324c49ea9d9e6e31006a80e70507cb@4364 5242fede-7e19-0410-aef8-94bd7d2200fb
Batchfile
lgpl-2.1
strk/libgeos,mwtoews/libgeos,mwtoews/libgeos,libgeos/libgeos,mwtoews/libgeos,strk/libgeos,strk/libgeos,libgeos/libgeos,mwtoews/libgeos,strk/libgeos,libgeos/libgeos,libgeos/libgeos,mwtoews/libgeos,mwtoews/libgeos,strk/libgeos,mwtoews/libgeos,libgeos/libgeos
1ac4616a483c22510ca7c99f57b0777ef88096cc
stop_torq_demo.bat
stop_torq_demo.bat
REM see README.txt REM SET UP ENVIRONMENT VARIABLES set KDBCODE=%cd%\code set KDBCONFIG=%cd%\config set KDBLOG=%cd%\logs set KDBHTML=%cd%\html set KDBLIB=%cd%\lib set KDBBASEPORT=6000 set PATH=%PATH%;%KDBLIB%\w32 REM to kill it, run this: start "kill" q torq.q -load code/processes/kill.q -proctype kill -procname killtick -.servers.CONNECTIONS rdb wdb tickerplant chainedtp hdb gateway housekeeping monitor discovery sort reporter compression feed
REM see README.txt REM SET UP ENVIRONMENT VARIABLES set TORQHOME=%cd% set KDBCODE=%TORQHOME%\code set KDBCONFIG=%TORQHOME%\config set KDBLOG=%TORQHOME%\logs set KDBHTML=%TORQHOME%\html set KDBLIB=%TORQHOME%\lib set KDBBASEPORT=6000 set KDBHDB=%TORQHOME%/hdb/database REM App specific configuration directory set KDBAPPCONFIG=%TORQHOME%\appconfig set KDBBASEPORT=6000 set PATH=%PATH%;%KDBLIB%\w32 REM to kill it, run this: start "kill" q torq.q -load code/processes/kill.q -proctype kill -procname killtick -.servers.CONNECTIONS rdb wdb tickerplant chainedtp hdb gateway housekeeping monitor discovery sort reporter compression feed
Change environment variables in stop.bat file.
Change environment variables in stop.bat file.
Batchfile
mit
AquaQAnalytics/TorQ-Finance-Starter-Pack
41401a78ed1d0fbcdf2546c5363144b1f8324de4
after_test.cmd
after_test.cmd
nuget install NUnit.ConsoleRunner -Version 3.6.1 -OutputDirectory tools nuget install OpenCover -Version 4.6.519 -OutputDirectory tools nuget install coveralls.net -Version 0.412.0 -OutputDirectory tools .\tools\OpenCover.4.6.519\tools\OpenCover.Console.exe -target:.\tools\NUnit.ConsoleRunner.3.6.1\tools\nunit3-console.exe -targetargs:".\NUnit.Tests1\bin\Release\NUnit.Tests1.dll" -filter:"+[*]* -[*.Tests]*" -register:user .\tools\coveralls.net.0.412\tools\csmacnz.Coveralls.exe --opencover -i .\results.xml
nuget install NUnit.ConsoleRunner -Version 3.6.1 -OutputDirectory tools nuget install OpenCover -Version 4.6.519 -OutputDirectory tools nuget install coveralls.net -Version 0.412.0 -OutputDirectory tools .\tools\OpenCover.4.6.519\tools\OpenCover.Console.exe -target:.\tools\NUnit.ConsoleRunner.3.6.1\tools\nunit3-console.exe -targetargs:".\NUnit.Tests1\bin\Debug\NUnit.Tests1.dll" -filter:"+[*]* -[*.Tests]*" -register:user .\tools\coveralls.net.0.412\tools\csmacnz.Coveralls.exe --opencover -i .\results.xml
Change nunit argument to Debug
Change nunit argument to Debug
Batchfile
mit
Zayyy01/wax,Zayyy01/wax
b9640e6de8a5b3095f29e612ac9076cd91d373d3
ci/jenkins.cmd
ci/jenkins.cmd
@ECHO OFF SET BASEDIR=%~dp0.. SET USERINI=%BASEDIR%\user.ini FOR /F "tokens=1,2 delims=:" %%a in ("%STEELTOE_PCF_CREDENTIALS%") do ( set CF_USER=%%a set CF_PASS=%%b ) SET PYTHON_HOME=C:\Python36 SET DOTNET_HOME=C:\Program Files\dotnet SET JAVA_HOME=C:\opt\oracle-jdk-8 SET GIT_HOME=C:\Program Files\Git SET MAVEN_HOME=C:\opt\apache-maven-3.3.9 SET TEST_OUT=C:\st\%~nx1 ECHO [behave.userdata] > %USERINI% ECHO cf_apiurl = api.run.pcfbeta.io >> %USERINI% ECHO cf_org = STEELTOE >> %USERINI% ECHO cf_username = %CF_USER% >> %USERINI% ECHO cf_password = %CF_PASS% >> %USERINI% ECHO output = %TEST_OUT% >> %USERINI% SET PATH=%PYTHON_HOME%\Scripts;%DOTNET_HOME%;%JAVA_HOME%\bin;%GIT_HOME%\bin;%MAVEN_HOME%\bin;%PATH% RMDIR /S /Q %TEST_OUT% CALL %BASEDIR%\test-setup CALL %BASEDIR%\test-run %*
@ECHO OFF SET BASEDIR=%~dp0.. SET USERINI=%BASEDIR%\user.ini FOR /F "tokens=1,2 delims=:" %%a in ("%STEELTOE_PCF_CREDENTIALS%") do ( set CF_USER=%%a set CF_PASS=%%b ) SET PYTHON_HOME=C:\Python36 SET DOTNET_HOME=C:\Program Files\dotnet SET JAVA_HOME=C:\opt\oracle-jdk-8 SET GIT_HOME=C:\Program Files\Git SET MAVEN_HOME=C:\opt\apache-maven-3.3.9 SET CF_HOME=C:\ProgramData\chocolatey\bin SET TEST_OUT=C:\st\%~nx1 ECHO [behave.userdata] > %USERINI% ECHO cf_apiurl = api.run.pcfbeta.io >> %USERINI% ECHO cf_org = STEELTOE >> %USERINI% ECHO cf_username = %CF_USER% >> %USERINI% ECHO cf_password = %CF_PASS% >> %USERINI% ECHO output = %TEST_OUT% >> %USERINI% SET PATH=%PYTHON_HOME%\Scripts;%DOTNET_HOME%;%JAVA_HOME%\bin;%GIT_HOME%\bin;%MAVEN_HOME%\bin;%PATH%;%CF_HOME% RMDIR /S /Q %TEST_OUT% CALL %BASEDIR%\test-setup CALL %BASEDIR%\test-run %*
Update path to CloundFoundry CLI
Update path to CloundFoundry CLI
Batchfile
apache-2.0
SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples
51bed06fb8178d183b14c003e94b73fdf71f6783
extensions/ringqt/buildqt512.bat
extensions/ringqt/buildqt512.bat
call ..\..\src\locatevc.bat "C:\Qt\Qt5.12.2\5.12.2\msvc2017\bin\qmake.exe" ring_qt512.pro -spec win32-msvc "CONFIG+=qtquickcompiler" rem "C:\Qt\Qt5.12.2\Tools\QtCreator\bin\jom.exe" -f ../build-ring_qt512-Desktop_Qt_5_12_2_MSVC2017_32bit-Release/Makefile qmake_all "C:\Qt\Qt5.12.2\Tools\QtCreator\bin\jom.exe" copy release\ringqt.dll ..\..\bin
call ..\..\src\locatevc.bat "C:\Qt\Qt5.12.3\5.12.3\msvc2017\bin\qmake.exe" ring_qt512.pro -spec win32-msvc "CONFIG+=qtquickcompiler" rem "C:\Qt\Qt5.12.3\Tools\QtCreator\bin\jom.exe" -f ../build-ring_qt512-Desktop_Qt_5_12_3_MSVC2017_32bit-Release/Makefile qmake_all "C:\Qt\Qt5.12.3\Tools\QtCreator\bin\jom.exe" copy release\ringqt.dll ..\..\bin
Update RingQt - Update from Qt 5.12.2 to Qt 5.12.3
Update RingQt - Update from Qt 5.12.2 to Qt 5.12.3
Batchfile
mit
ring-lang/ring,ring-lang/ring,ring-lang/ring,ring-lang/ring,ring-lang/ring,ring-lang/ring,ring-lang/ring,ring-lang/ring
cbc70343cc7c328c28b5ee631161add0fb87dcdf
Build/Scripts/BuildBeta.bat
Build/Scripts/BuildBeta.bat
::******************************************************************************************************* :: BuildBeta.bat - Gbtc :: :: Tennessee Valley Authority, 2009 :: No copyright is claimed pursuant to 17 USC 105. All Other Rights Reserved. :: :: This software is made freely available under the TVA Open Source Agreement (see below). :: :: Code Modification History: :: ----------------------------------------------------------------------------------------------------- :: 10/05/2009 - Pinal C. Patel :: Generated original version of source code. :: 10/20/2009 - Pinal C. Patel :: Modified to force a build and suppress archives from being published to public locations. :: ::******************************************************************************************************* @ECHO OFF C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild.exe Synchrophasor.buildproj /p:ForceBuild=true;SkipPublicArchive=true /l:FileLogger,Microsoft.Build.Engine;logfile=Synchrophasor.output PAUSE
::******************************************************************************************************* :: BuildBeta.bat - Gbtc :: :: Tennessee Valley Authority, 2009 :: No copyright is claimed pursuant to 17 USC 105. All Other Rights Reserved. :: :: This software is made freely available under the TVA Open Source Agreement (see below). :: :: Code Modification History: :: ----------------------------------------------------------------------------------------------------- :: 10/05/2009 - Pinal C. Patel :: Generated original version of source code. :: 10/20/2009 - Pinal C. Patel :: Modified to force a build and suppress archives from being published to public locations. :: 09/21/2010 - Mihir Brahmbhatt :: Change Framework path from v3.5 to v4.0 :: ::******************************************************************************************************* @ECHO OFF C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\msbuild.exe Synchrophasor.buildproj /p:ForceBuild=true;SkipPublicArchive=true;SkipHelpFiles=true;SkipSigning=true /l:FileLogger,Microsoft.Build.Engine;logfile=Synchrophasor.output PAUSE
Modify .Net framework version to 4.0
Synchrophasor: Modify .Net framework version to 4.0 git-tfs-id: [https://tfs.codeplex.com/tfs/TFS07]$/openpdc/Synchrophasor/Current Version;C57478
Batchfile
mit
GridProtectionAlliance/openPDC,GridProtectionAlliance/openPDC,GridProtectionAlliance/openPDC,GridProtectionAlliance/openPDC
7666c416f0e1ab7719c047c3605c47ee9e7e5883
StartBot.bat
StartBot.bat
@echo off setlocal enabledelayedexpansion cls echo ### ### echo # CorpBot - CorpNewt # echo ### ### echo. set "botFile=WatchDog.py" set "pyPath=python" for /f %%i in ('where python 2^>nul') do ( set "p=%%i" if /i NOT "!p:~0,5!"=="INFO:" ( set "pyPath=%%i" ) ) set "thisDir=%~dp0" goto start :start if /i "%update%" == "Yes" ( call :update ) "%pyPath%" "%botFile%" pause > nul
@echo off setlocal enabledelayedexpansion cls echo ### ### echo # CorpBot - CorpNewt # echo ### ### echo. set "botFile=WatchDog.py" set "pyPath=python" for /f "tokens=*" %%i in ('where python 2^>nul') do ( set "p=%%i" if /i NOT "!p:~0,5!"=="INFO:" ( set "pyPath=%%i" ) ) set "thisDir=%~dp0" goto start :start if /i "%update%" == "Yes" ( call :update ) "%pyPath%" "%botFile%" pause > nul
Fix for spaces in path
Fix for spaces in path
Batchfile
mit
corpnewt/CorpBot.py,corpnewt/CorpBot.py
337ff390fd839d46e8aaff48a094add0f84d76c4
Kudu.Services.Web/updateNodeModules.cmd
Kudu.Services.Web/updateNodeModules.cmd
@echo off pushd %1 set attempts=5 set counter=0 :retry set /a counter+=1 echo Attempt %counter% out of %attempts% if exist %1\node_modules\azure-cli\bin\azure ( cmd /c npm update https://github.com/amitapl/azure-sdk-tools-xplat/tarball/kudu_s21_5 ) else ( cmd /c npm install https://github.com/amitapl/azure-sdk-tools-xplat/tarball/kudu_s21_5 ) IF %ERRORLEVEL% NEQ 0 goto error goto end :error if %counter% GEQ %attempts% goto :lastError goto retry :lastError popd echo An error has occured during npm install. exit /b 1 :end popd echo Finished successfully. exit /b 0
@echo off pushd %1 set attempts=5 set counter=0 :retry set /a counter+=1 echo Attempt %counter% out of %attempts% if exist node_modules\azure-cli\bin\azure ( cmd /c npm update https://github.com/amitapl/azure-sdk-tools-xplat/tarball/kudu_s21_5 ) else ( cmd /c npm install https://github.com/amitapl/azure-sdk-tools-xplat/tarball/kudu_s21_5 ) IF %ERRORLEVEL% NEQ 0 goto error set long_unrequired_directory=node_modules\azure-cli\node_modules\azure\node_modules\request\node_modules\form-data\node_modules\combined-stream\node_modules\delayed-stream\test if exist %long_unrequired_directory% ( rmdir /s /q %long_unrequired_directory% IF %ERRORLEVEL% NEQ 0 goto error ) goto end :error if %counter% GEQ %attempts% goto :lastError goto retry :lastError popd echo An error has occured during npm install. exit /b 1 :end popd echo Finished successfully. exit /b 0
Remove long directory from azure-cli
Remove long directory from azure-cli
Batchfile
apache-2.0
sitereactor/kudu,uQr/kudu,dev-enthusiast/kudu,bbauya/kudu,chrisrpatterson/kudu,puneet-gupta/kudu,juvchan/kudu,dev-enthusiast/kudu,chrisrpatterson/kudu,kali786516/kudu,puneet-gupta/kudu,uQr/kudu,projectkudu/kudu,YOTOV-LIMITED/kudu,badescuga/kudu,duncansmart/kudu,shrimpy/kudu,uQr/kudu,bbauya/kudu,MavenRain/kudu,shibayan/kudu,projectkudu/kudu,shanselman/kudu,MavenRain/kudu,shibayan/kudu,kali786516/kudu,projectkudu/kudu,barnyp/kudu,duncansmart/kudu,oliver-feng/kudu,duncansmart/kudu,duncansmart/kudu,puneet-gupta/kudu,shrimpy/kudu,juoni/kudu,YOTOV-LIMITED/kudu,EricSten-MSFT/kudu,juoni/kudu,bbauya/kudu,puneet-gupta/kudu,uQr/kudu,YOTOV-LIMITED/kudu,chrisrpatterson/kudu,kenegozi/kudu,kenegozi/kudu,puneet-gupta/kudu,shibayan/kudu,barnyp/kudu,oliver-feng/kudu,shanselman/kudu,mauricionr/kudu,dev-enthusiast/kudu,mauricionr/kudu,shibayan/kudu,badescuga/kudu,EricSten-MSFT/kudu,sitereactor/kudu,kenegozi/kudu,WeAreMammoth/kudu-obsolete,dev-enthusiast/kudu,EricSten-MSFT/kudu,projectkudu/kudu,kali786516/kudu,MavenRain/kudu,juvchan/kudu,oliver-feng/kudu,juoni/kudu,kenegozi/kudu,kali786516/kudu,shrimpy/kudu,mauricionr/kudu,shrimpy/kudu,sitereactor/kudu,WeAreMammoth/kudu-obsolete,juvchan/kudu,EricSten-MSFT/kudu,barnyp/kudu,juvchan/kudu,MavenRain/kudu,sitereactor/kudu,YOTOV-LIMITED/kudu,shibayan/kudu,mauricionr/kudu,badescuga/kudu,EricSten-MSFT/kudu,juoni/kudu,juvchan/kudu,oliver-feng/kudu,chrisrpatterson/kudu,badescuga/kudu,bbauya/kudu,sitereactor/kudu,badescuga/kudu,shanselman/kudu,WeAreMammoth/kudu-obsolete,barnyp/kudu,projectkudu/kudu
4002aebb90863adc0ccf831796a86555f4e7cadf
HexEdit/PreBuild.bat
HexEdit/PreBuild.bat
ECHO Get revision number from git echo // Pre build automatically generated header file> GitRevision.h REM We use SET/P to do an echo without newline set /p="#define GITREVISION " >> GitRevision.h REM Count number of commits (relies on Git being installed) git rev-list HEAD | find /v /c "" >> GitRevision.h
ECHO Get revision number from git echo // Automatically generated header file created by Prebuild.bat > GitRevision.h REM We use SET/P to do an echo without newline set /p="#define GITREVISION " >> GitRevision.h REM Count number of commits (relies on Git being installed) IF NOT EXIST "C:\Program Files (x86)\Git\bin\git.exe" goto next1 "C:\Program Files (x86)\Git\bin\git.exe" rev-list HEAD | find /v /c "" >> GitRevision.h goto end :next1 IF NOT EXIST "C:\Program Files (x86)\SmartGit\git\bin\git.exe" goto next2 "C:\Program Files (x86)\SmartGit\git\bin\git.exe" rev-list HEAD | find /v /c "" >> GitRevision.h goto end :next2 REM Just try running git and hope it's in the path git rev-list HEAD | find /v /c "" >> GitRevision.h :end
Make prebuild batch file more adaptable by trying to find Git.exe
Make prebuild batch file more adaptable by trying to find Git.exe
Batchfile
mit
AndrewWPhillips/HexEdit,AndrewWPhillips/HexEdit,AndrewWPhillips/HexEdit
bfdf646e574defe2145235ed446ed16a35fb935d
make-windows-executables.bat
make-windows-executables.bat
python setup.py install rmdir %~dp0windows /s /q mkdir %~dp0windows python setup.py py2exe move dist\retriever.exe %~dp0windows rmdir build dist /s /q
python setup.py install rmdir %~dp0windows /s /q mkdir %~dp0windows python setup.py py2exe move dist\retriever.exe windows\ rmdir build dist /s /q
Allow Windows batch file to work when there are spaces in the path.
Allow Windows batch file to work when there are spaces in the path.
Batchfile
mit
bendmorris/retriever,bendmorris/retriever,davharris/retriever,bendmorris/retriever,davharris/retriever,henrykironde/deletedret,embaldridge/retriever,henrykironde/deletedret,goelakash/retriever,davharris/retriever,embaldridge/retriever,goelakash/retriever,embaldridge/retriever
8a4e2fdb1b864a20d07d3e9a15095d807a97f8bf
file-utility-code/build-self-contained-targets.cmd
file-utility-code/build-self-contained-targets.cmd
@ECHO OFF REM --------------------------------------------------------------------------- REM Builds the file utility nuget packages. REM --------------------------------------------------------------------------- SETLOCAL SET BUILD_NUMBER=%1 IF "%BUILD_NUMBER%" == "" SET BUILD_NUMBER=5555 ECHO BUILD_NUMBER=%BUILD_NUMBER% SET /p VERSION=<ver.file-utility-code.txt ECHO Building targets for %VERSION%.%BUILD_NUMBER% SET PUBLISHCMD=dotnet publish -c Release /p:Version=%VERSION% ECHO PUBLISHCMD=%PUBLISHCMD% %PUBLISHCMD% .\CheckArisFile\ -o .\self-contained\CheckArisFile-win-x86\ --runtime win-x86 %PUBLISHCMD% .\CheckArisFile\ -o .\self-contained\CheckArisFile-linux-x64\ --runtime linux-x64 ENDLOCAL
@ECHO OFF REM --------------------------------------------------------------------------- REM Builds the file utility nuget packages. REM --------------------------------------------------------------------------- SETLOCAL SET BUILD_NUMBER=%1 IF "%BUILD_NUMBER%" == "" SET BUILD_NUMBER=5555 ECHO BUILD_NUMBER=%BUILD_NUMBER% ECHO Building self-contained dotnet targets SET PUBLISHCMD=dotnet publish -c Release ECHO PUBLISHCMD=%PUBLISHCMD% %PUBLISHCMD% .\CheckArisFile\ -o .\self-contained\CheckArisFile-win-x86\ --runtime win-x86 %PUBLISHCMD% .\CheckArisFile\ -o .\self-contained\CheckArisFile-linux-x64\ --runtime linux-x64 ENDLOCAL
Remove manual versioning from self-contained targets
Remove manual versioning from self-contained targets
Batchfile
mit
SoundMetrics/aris-file-sdk,SoundMetrics/aris-file-sdk,SoundMetrics/aris-file-sdk
eb3bfc40ae2a2a5e63d23cc2895ffbc55b0d0126
recipes/indexed_gzip/run_test.bat
recipes/indexed_gzip/run_test.bat
:: Apply patch to `subprocess` on Python versions > 2 and < 3.6.3 :: https://github.com/matplotlib/matplotlib/issues/9176 for /f "delims=" %%a in ('python -c "import subprocess; import os.path as op; print(op.abspath(op.join(op.dirname(subprocess.__file__), "".."")));"') do @set PATCH_PREFIX=%%a python -c "import sys; sys.exit(not (3,) < sys.version_info < (3,6,3))" && (curl -sL https://github.com/python/cpython/pull/1224.patch | patch -fsup 1 -d %PATCH_PREFIX% ) || ( set errorlevel= ) pytest -v -s -m indexed_gzip_test --niters 250 --pyargs indexed_gzip -k "not drop_handles" pytest -v -s -m indexed_gzip_test --niters 250 --concat --pyargs indexed_gzip -k "not drop_handles"
:: Apply patch to `subprocess` on Python versions > 2 and < 3.6.3 :: https://github.com/matplotlib/matplotlib/issues/9176 for /f "delims=" %%a in ('python -c "import subprocess; import os.path as op; print(op.abspath(op.join(op.dirname(subprocess.__file__), "".."")));"') do @set PATCH_PREFIX=%%a python -c "import sys; sys.exit(not (3,) < sys.version_info < (3,6,3))" && (curl -sL https://github.com/python/cpython/pull/1224.patch | patch -fsup 1 -d %PATCH_PREFIX% ) || ( set errorlevel=0 ) pytest -v -s -m indexed_gzip_test --niters 250 --pyargs indexed_gzip -k "not drop_handles" pytest -v -s -m indexed_gzip_test --niters 250 --concat --pyargs indexed_gzip -k "not drop_handles"
Make sure errorlevel is not empty
Make sure errorlevel is not empty
Batchfile
bsd-3-clause
hadim/staged-recipes,goanpeca/staged-recipes,rmcgibbo/staged-recipes,hadim/staged-recipes,stuertz/staged-recipes,dschreij/staged-recipes,kwilcox/staged-recipes,SylvainCorlay/staged-recipes,ocefpaf/staged-recipes,synapticarbors/staged-recipes,johanneskoester/staged-recipes,cpaulik/staged-recipes,jjhelmus/staged-recipes,ReimarBauer/staged-recipes,scopatz/staged-recipes,ceholden/staged-recipes,ceholden/staged-recipes,cpaulik/staged-recipes,Juanlu001/staged-recipes,isuruf/staged-recipes,scopatz/staged-recipes,petrushy/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,basnijholt/staged-recipes,ReimarBauer/staged-recipes,jochym/staged-recipes,mariusvniekerk/staged-recipes,asmeurer/staged-recipes,shadowwalkersb/staged-recipes,patricksnape/staged-recipes,jakirkham/staged-recipes,kwilcox/staged-recipes,stuertz/staged-recipes,synapticarbors/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,barkls/staged-recipes,barkls/staged-recipes,asmeurer/staged-recipes,jjhelmus/staged-recipes,conda-forge/staged-recipes,chrisburr/staged-recipes,sodre/staged-recipes,igortg/staged-recipes,isuruf/staged-recipes,Juanlu001/staged-recipes,birdsarah/staged-recipes,pmlandwehr/staged-recipes,igortg/staged-recipes,patricksnape/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,petrushy/staged-recipes,SylvainCorlay/staged-recipes,chrisburr/staged-recipes,birdsarah/staged-recipes,pmlandwehr/staged-recipes,mcs07/staged-recipes,shadowwalkersb/staged-recipes,rmcgibbo/staged-recipes,sodre/staged-recipes,sodre/staged-recipes,basnijholt/staged-recipes,mcs07/staged-recipes,jochym/staged-recipes,dschreij/staged-recipes,rvalieris/staged-recipes,rvalieris/staged-recipes
9e6a0b4ed8765ca8ee9c58f8a0993fa0679963da
Tools/buildbot/test-amd64.bat
Tools/buildbot/test-amd64.bat
@rem Used by the buildbot "test" step. cd PCbuild call rt.bat -q -d -x64 -uall -rw
@rem Used by the buildbot "test" step. cd PCbuild call rt.bat -d -q -x64 -uall -rwW -n
Use -W on the Windows 64 buildbots
Use -W on the Windows 64 buildbots
Batchfile
mit
sk-/python2.7-type-annotator,sk-/python2.7-type-annotator,sk-/python2.7-type-annotator
fcbbc69caac05ad0af5248cb1706568be02851de
bin/kill-drivers.bat
bin/kill-drivers.bat
REM Run from anywhere, project root or bin folder. E.g. (from root): REM bin\kill-drivers tasklist | find /i "driver" && taskkill /f /im "chromedriver.exe" && taskkill /f /im "IEDriverServer.exe"
@echo off REM Run from anywhere, project root or bin folder. E.g. (from root): REM bin\kill-drivers tasklist | findstr /i "driver phantomjs" taskkill /f /im "chromedriver.exe" taskkill /f /im "IEDriverServer.exe" taskkill /f /im "phantomjs.exe"
Make sure all taskkills fire.
Make sure all taskkills fire.
Batchfile
mit
gitgrimbo/settlersonlinesimulator,gitgrimbo/settlersonlinesimulator
6c0e9142a61f1efc028dee6e768ea50fba35c758
build-theme-file.bat
build-theme-file.bat
@echo off echo Building your theme... mkdir temp echo Building fonts... bin\makebundle.exe temp\8x8.fnt Template\font8x8 bin\makebundle.exe temp\7x6.fnt Template\font7x6 bin\makebundle.exe temp\4x6.fnt Template\font4x6 echo Copying colors... copy /y Template\colors.txt temp\colors.txt echo Copying graphics... copy /y Template\bevel.* temp copy /y Template\vu.* temp copy /y Template\analyzor.* temp copy /y Template\logo.* temp copy /y Template\cursor.* temp echo Bundling everything together... bin\makebundle.exe MyNewTheme temp echo --- echo Your new theme is now packed in the file called "MyNewTheme"! echo Copy the file in klystrack\res and restart klystrack. pause
@echo off echo Building your theme... mkdir temp echo Building fonts... bin\makebundle.exe temp\8x8.fnt Template\font8x8 bin\makebundle.exe temp\7x6.fnt Template\font7x6 bin\makebundle.exe temp\4x6.fnt Template\font4x6 echo Copying colors... copy /y Template\colors.txt temp\colors.txt echo Copying graphics... copy /y Template\bevel.* temp copy /y Template\vu.* temp copy /y Template\analyzor.* temp copy /y Template\logo.* temp copy /y Template\cursor.* temp echo Bundling everything together... bin\makebundle.exe MyNewTheme temp echo 'Cleaning up temporary files...' rmdir /S /q temp echo --- echo Your new theme is now packed in the file called "MyNewTheme"! echo Copy the file in klystrack\res and restart klystrack. pause
Clean up after theme bundling
Clean up after theme bundling
Batchfile
mit
kometbomb/klystrack-theme-kit
fd16547c03de70aa8a745434ceb37c1646308d80
buildofflineguide.bat
buildofflineguide.bat
@echo off if "%1" == "" ( echo Usage: buildrelease version-number goto end ) IF EXIST tmpdocs rmdir /s /q tmpdocs xcopy /q /s /i www\unstable\userguide tmpdocs xcopy /q /s /i www\_layouts tmpdocs\_layouts xcopy /q /s /i www\_plugins tmpdocs\_plugins xcopy /q /s /i www\css tmpdocs\css xcopy /q /s /i www\js tmpdocs\js xcopy /q /s /i www\fonts tmpdocs\fonts copy www\_config.yml tmpdocs echo ug_version: %1 >> tmpdocs\_config.yml REM Override the normal foundation layout copy tmpdocs\_layouts\foundation-offline.html tmpdocs\_layouts\foundation.html cd tmpdocs call jekyll build cd .. :end
@echo off if "%1" == "" ( echo Usage: buildofflineguide version-number goto end ) IF EXIST tmpdocs rmdir /s /q tmpdocs xcopy /q /s /i www\unstable\userguide tmpdocs xcopy /q /s /i www\_layouts tmpdocs\_layouts xcopy /q /s /i www\_plugins tmpdocs\_plugins xcopy /q /s /i www\css tmpdocs\css xcopy /q /s /i www\js tmpdocs\js xcopy /q /s /i www\fonts tmpdocs\fonts copy www\_config.yml tmpdocs echo ug_version: %1 >> tmpdocs\_config.yml REM Override the normal foundation layout copy tmpdocs\_layouts\foundation-offline.html tmpdocs\_layouts\foundation.html cd tmpdocs call jekyll build cd .. :end
Fix copy and paste typo
Fix copy and paste typo
Batchfile
apache-2.0
malcolmr/nodatime,malcolmr/nodatime,jskeet/nodatime,malcolmr/nodatime,zaccharles/nodatime,nodatime/nodatime,zaccharles/nodatime,zaccharles/nodatime,jskeet/nodatime,zaccharles/nodatime,malcolmr/nodatime,zaccharles/nodatime,BenJenkinson/nodatime,nodatime/nodatime,BenJenkinson/nodatime,zaccharles/nodatime
363e3ed20eaed55e6b617383d6062a9226985e2a
CreatePackages.bat
CreatePackages.bat
.nuget\nuget.exe pack Baseclass.Contrib.Nuget.Output\Baseclass.Contrib.Nuget.Output.nuspec -Version 1.0.6 .nuget\nuget.exe pack Baseclass.Contrib.Nuget.Output\Baseclass.Contrib.Nuget.Output.Web.nuspec -Version 1.0.0 .nuget\nuget.exe pack Baseclass.Contrib.Nuget.Linked\Baseclass.Contrib.Nuget.Linked.nuspec -Version 1.0.2 .nuget\nuget.exe pack Baseclass.Contrib.Nuget.GitIgnoreContent\Baseclass.Contrib.Nuget.GitIgnoreContent.nuspec -Version 0.0.2
.nuget\nuget.exe pack Baseclass.Contrib.Nuget.Output\Baseclass.Contrib.Nuget.Output.nuspec -Version 1.0.7 .nuget\nuget.exe pack Baseclass.Contrib.Nuget.Output\Baseclass.Contrib.Nuget.Output.Web.nuspec -Version 1.0.0 .nuget\nuget.exe pack Baseclass.Contrib.Nuget.Linked\Baseclass.Contrib.Nuget.Linked.nuspec -Version 1.0.2 .nuget\nuget.exe pack Baseclass.Contrib.Nuget.GitIgnoreContent\Baseclass.Contrib.Nuget.GitIgnoreContent.nuspec -Version 0.0.2
Update Baseclass.Contrib.Nuget.Output version to 1.0.7
Update Baseclass.Contrib.Nuget.Output version to 1.0.7
Batchfile
mit
baseclass/Contrib.Nuget
472718616459334e8dd4763f80141a01733f064b
recipes/jkqtplotter/bld.bat
recipes/jkqtplotter/bld.bat
mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% .. if errorlevel 1 exit 1 cmake --build . --config Release --target install if errorlevel 1 exit 1
mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% .. if errorlevel 1 exit 1 cmake --build . --config Release if errorlevel 1 exit 1 echo "Build finished" cmake --config Release --target install if errorlevel 1 exit 1
Add a separate install phase
Add a separate install phase
Batchfile
bsd-3-clause
Juanlu001/staged-recipes,mcs07/staged-recipes,goanpeca/staged-recipes,SylvainCorlay/staged-recipes,asmeurer/staged-recipes,ocefpaf/staged-recipes,stuertz/staged-recipes,dschreij/staged-recipes,goanpeca/staged-recipes,scopatz/staged-recipes,johanneskoester/staged-recipes,kwilcox/staged-recipes,patricksnape/staged-recipes,ReimarBauer/staged-recipes,jakirkham/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,igortg/staged-recipes,scopatz/staged-recipes,chrisburr/staged-recipes,birdsarah/staged-recipes,hadim/staged-recipes,ReimarBauer/staged-recipes,johanneskoester/staged-recipes,stuertz/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,petrushy/staged-recipes,asmeurer/staged-recipes,ocefpaf/staged-recipes,chrisburr/staged-recipes,patricksnape/staged-recipes,birdsarah/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-recipes,igortg/staged-recipes,jochym/staged-recipes,mcs07/staged-recipes,SylvainCorlay/staged-recipes,jochym/staged-recipes,dschreij/staged-recipes,petrushy/staged-recipes,Juanlu001/staged-recipes,kwilcox/staged-recipes
ed5458c966a51a0dff097a8b4e2d0635924c9b8e
scripts/appveyor_tests.cmd
scripts/appveyor_tests.cmd
@ECHO OFF :: Run unit tests cd test\Steeltoe.Extensions.Configuration.CloudFoundry.Test dotnet test if not "%errorlevel%"=="0" goto failure cd ..\.. cd test\Steeltoe.Extensions.Configuration.ConfigServer.Test if not "%errorlevel%"=="0" goto failure dotnet test cd ..\.. echo Unit Tests Pass goto success :failure echo Unit Tests Failure exit -1 :success
@ECHO OFF :: Run unit tests cd test\Steeltoe.Extensions.Configuration.CloudFoundry.Test dotnet test if not "%errorlevel%"=="0" goto failure cd ..\.. cd test\Steeltoe.Extensions.Configuration.ConfigServer.Test dotnet test if not "%errorlevel%"=="0" goto failure cd ..\.. echo Unit Tests Pass goto success :failure echo Unit Tests Failure exit -1 :success
Fix test script for appveyor
Fix test script for appveyor
Batchfile
apache-2.0
SteelToeOSS/Configuration,SteelToeOSS/Configuration,SteelToeOSS/Configuration
4b509a681f62eb484b61864b0cd33f152dc300d1
run_process_with_timeout.bat
run_process_with_timeout.bat
SET EXE=%2 start %1%EXE% timeout /t %3 FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% taskkill /im %EXE% /f & exit /b 1 exit /b %errorlevel%
SET EXE=%2 SET FINISHED=0 start %1%EXE% && %FINISHED%=1 FOR /L %%I in (1,1,%3) DO (timeout /t 1 && IF %%I EQU %3 goto :timeout && IF FINISHED EQU 1 goto :taskFinished) :taskFinished exit /b %errorlevel% :timeout FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% taskkill /im %EXE% /f & exit /b 1
Make Tests in Appveyor Exit when Test is finished
Make Tests in Appveyor Exit when Test is finished
Batchfile
agpl-3.0
SirRade/Hippocrates,SirRade/JNF_NEAT,IDPA16/Hippocrates,SirRade/Hippocrates,IDPA16/Hippocrates
d9c0aeaf9822cbc7e433c767d066776cd44106a7
recipes/jcc/bld.bat
recipes/jcc/bld.bat
:: Paths assume java-jdk installed by conda set JCC_JDK=%JAVA_HOME% set PATH=%JCC_JDK%\jre\bin\server;%JCC_JDK%;%JCC_JDK%\jre\bin;%PATH% set JCC_INCLUDES=%JCC_JDK%\include\win32;%JCC_JDK%\include set JCC_LFLAGS=/DLL;/LIBPATH:%JCC_JDK%\lib;Ws2_32.lib;jvm.lib set JDK_HOME=%JCC_JDK% set ::cd jcc "%PYTHON%" setup.py install --single-version-externally-managed --record record.txt if errorlevel 1 exit 1 :: ensure that JCC_JDK is set correctly set ACTIVATE_DIR=%PREFIX%\etc\conda\activate.d set DEACTIVATE_DIR=%PREFIX%\etc\conda\deactivate.d mkdir %ACTIVATE_DIR% mkdir %DEACTIVATE_DIR% copy %RECIPE_DIR%\scripts\activate.bat %ACTIVATE_DIR%\jcc-activate.bat if errorlevel 1 exit 1 copy %RECIPE_DIR%\scripts\deactivate.bat %DEACTIVATE_DIR%\jcc-deactivate.bat if errorlevel 1 exit 1
:: Paths assume openjdk installed by conda set JCC_JDK=%JAVA_HOME% set PATH=%JCC_JDK%\jre\bin\server;%JCC_JDK%;%JCC_JDK%\jre\bin;%PATH% :: set JCC_INCLUDES=%JCC_JDK%\include\win32;%JCC_JDK%\include :: set JCC_LFLAGS=/DLL;/LIBPATH:%JCC_JDK%\lib;Ws2_32.lib;jvm.lib :: set JDK_HOME=%JCC_JDK% :: set "%PYTHON%" setup.py install --single-version-externally-managed --record record.txt if errorlevel 1 exit 1 :: ensure that JCC_JDK is set correctly set ACTIVATE_DIR=%PREFIX%\etc\conda\activate.d set DEACTIVATE_DIR=%PREFIX%\etc\conda\deactivate.d mkdir %ACTIVATE_DIR% mkdir %DEACTIVATE_DIR% copy %RECIPE_DIR%\scripts\activate.bat %ACTIVATE_DIR%\jcc-activate.bat if errorlevel 1 exit 1 copy %RECIPE_DIR%\scripts\deactivate.bat %DEACTIVATE_DIR%\jcc-deactivate.bat if errorlevel 1 exit 1
Remove windows explicitly stated compiler directives.
Remove windows explicitly stated compiler directives.
Batchfile
bsd-3-clause
isuruf/staged-recipes,ceholden/staged-recipes,sodre/staged-recipes,goanpeca/staged-recipes,NOAA-ORR-ERD/staged-recipes,johanneskoester/staged-recipes,Juanlu001/staged-recipes,barkls/staged-recipes,shadowwalkersb/staged-recipes,igortg/staged-recipes,birdsarah/staged-recipes,glemaitre/staged-recipes,sannykr/staged-recipes,asmeurer/staged-recipes,basnijholt/staged-recipes,synapticarbors/staged-recipes,stuertz/staged-recipes,chohner/staged-recipes,Juanlu001/staged-recipes,chrisburr/staged-recipes,sodre/staged-recipes,ReimarBauer/staged-recipes,jochym/staged-recipes,Cashalow/staged-recipes,jjhelmus/staged-recipes,larray-project/staged-recipes,pmlandwehr/staged-recipes,Cashalow/staged-recipes,sodre/staged-recipes,stuertz/staged-recipes,glemaitre/staged-recipes,basnijholt/staged-recipes,goanpeca/staged-recipes,chohner/staged-recipes,chrisburr/staged-recipes,pmlandwehr/staged-recipes,petrushy/staged-recipes,kwilcox/staged-recipes,jjhelmus/staged-recipes,mariusvniekerk/staged-recipes,rvalieris/staged-recipes,SylvainCorlay/staged-recipes,birdsarah/staged-recipes,petrushy/staged-recipes,synapticarbors/staged-recipes,hadim/staged-recipes,igortg/staged-recipes,barkls/staged-recipes,dschreij/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,isuruf/staged-recipes,kwilcox/staged-recipes,dschreij/staged-recipes,guillochon/staged-recipes,jochym/staged-recipes,patricksnape/staged-recipes,ocefpaf/staged-recipes,ceholden/staged-recipes,rvalieris/staged-recipes,mcs07/staged-recipes,ocefpaf/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,asmeurer/staged-recipes,jakirkham/staged-recipes,NOAA-ORR-ERD/staged-recipes,ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,patricksnape/staged-recipes,scopatz/staged-recipes,rmcgibbo/staged-recipes,conda-forge/staged-recipes,SylvainCorlay/staged-recipes,sannykr/staged-recipes,guillochon/staged-recipes,scopatz/staged-recipes,cpaulik/staged-recipes,rmcgibbo/staged-recipes,larray-project/staged-recipes,cpaulik/staged-recipes,mcs07/staged-recipes,shadowwalkersb/staged-recipes
876043b3b36bbfff94781ea84b51ab1e341ce925
pathvisio.bat
pathvisio.bat
cd /d %~dp0 java -jar pathvisio.jar -p visplugins.jar %*
cd /d %~dp0 java -Xmx1024m -jar pathvisio.jar -p visplugins.jar %*
Increase memory limit for standard installation
Increase memory limit for standard installation git-svn-id: 6d8cdd4af04c6f63acdc5840a680025514bef303@3310 4f21837e-9f06-0410-ae49-bac5c3a7b9b6
Batchfile
apache-2.0
egonw/pathvisio,egonw/pathvisio,egonw/pathvisio,egonw/pathvisio,egonw/pathvisio
1a54a6eab52024d7d8ad9d54c32b256f94062b95
src/build.bat
src/build.bat
@echo off cls ".nuget\NuGet.exe" "Install" "FAKE" "-OutputDirectory" "packages" "-ExcludeVersion" "packages\FAKE\tools\Fake.exe" build.fsx
@echo off cls ".nuget\NuGet.exe" "Install" "FAKE" "-OutputDirectory" "packages" "-ExcludeVersion" "packages\FAKE\tools\Fake.exe" build.fsx pause
Build : Added pause at the end of the bat file
Build : Added pause at the end of the bat file
Batchfile
apache-2.0
FlexSearch/FlexSearch,FlexSearch/FlexSearch,FlexSearch/FlexSearch,FlexSearch/FlexSearch
b7a1a0f514143d7fc60d4566fd8dd56b139bd83c
recipes/6s/bld.bat
recipes/6s/bld.bat
set PATH=%PATH:C:\Program Files\Git\usr\bin;=% :: Configure. cmake -G "MinGW Makefiles" -D CMAKE_INSTALL_PREFIX=%PREFIX% . if errorlevel 1 exit 1 :: Build. mingw32-make if errorlevel 1 exit 1 :: Install. mingw32-make install if errorlevel 1 exit 1 sixs < Example_In_1.txt
set PATH=%PATH:C:\Program Files\Git\usr\bin;=% :: Configure. cmake -G "MinGW Makefiles" -D CMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% . if errorlevel 1 exit 1 :: Build. mingw32-make if errorlevel 1 exit 1 :: Install. mingw32-make install if errorlevel 1 exit 1 sixs < Example_In_1.txt
Change install prefix to LIBRARY_PREFIX
Change install prefix to LIBRARY_PREFIX
Batchfile
bsd-3-clause
asmeurer/staged-recipes,cpaulik/staged-recipes,chohner/staged-recipes,JohnGreeley/staged-recipes,chohner/staged-recipes,caspervdw/staged-recipes,kwilcox/staged-recipes,ceholden/staged-recipes,larray-project/staged-recipes,hadim/staged-recipes,gqmelo/staged-recipes,blowekamp/staged-recipes,Juanlu001/staged-recipes,SylvainCorlay/staged-recipes,kwilcox/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,mcs07/staged-recipes,hbredin/staged-recipes,barkls/staged-recipes,synapticarbors/staged-recipes,ocefpaf/staged-recipes,jerowe/staged-recipes,JohnGreeley/staged-recipes,basnijholt/staged-recipes,sodre/staged-recipes,SylvainCorlay/staged-recipes,goanpeca/staged-recipes,guillochon/staged-recipes,larray-project/staged-recipes,rvalieris/staged-recipes,planetarypy/staged-recipes,scopatz/staged-recipes,blowekamp/staged-recipes,conda-forge/staged-recipes,Juanlu001/staged-recipes,chrisburr/staged-recipes,synapticarbors/staged-recipes,johanneskoester/staged-recipes,benvandyke/staged-recipes,petrushy/staged-recipes,cpaulik/staged-recipes,Cashalow/staged-recipes,caspervdw/staged-recipes,asmeurer/staged-recipes,rmcgibbo/staged-recipes,johannesring/staged-recipes,ReimarBauer/staged-recipes,basnijholt/staged-recipes,petrushy/staged-recipes,NOAA-ORR-ERD/staged-recipes,sodre/staged-recipes,isuruf/staged-recipes,scopatz/staged-recipes,jochym/staged-recipes,jochym/staged-recipes,shadowwalkersb/staged-recipes,guillochon/staged-recipes,birdsarah/staged-recipes,sannykr/staged-recipes,mariusvniekerk/staged-recipes,grlee77/staged-recipes,isuruf/staged-recipes,jjhelmus/staged-recipes,mariusvniekerk/staged-recipes,dschreij/staged-recipes,grlee77/staged-recipes,glemaitre/staged-recipes,ReimarBauer/staged-recipes,mcernak/staged-recipes,NOAA-ORR-ERD/staged-recipes,glemaitre/staged-recipes,jakirkham/staged-recipes,benvandyke/staged-recipes,sodre/staged-recipes,goanpeca/staged-recipes,mcs07/staged-recipes,rvalieris/staged-recipes,pmlandwehr/staged-recipes,johannesring/staged-recipes,ceholden/staged-recipes,mcernak/staged-recipes,jjhelmus/staged-recipes,rmcgibbo/staged-recipes,planetarypy/staged-recipes,igortg/staged-recipes,koverholt/staged-recipes,jerowe/staged-recipes,patricksnape/staged-recipes,stuertz/staged-recipes,barkls/staged-recipes,shadowwalkersb/staged-recipes,birdsarah/staged-recipes,gqmelo/staged-recipes,dschreij/staged-recipes,hbredin/staged-recipes,chrisburr/staged-recipes,stuertz/staged-recipes,igortg/staged-recipes,pmlandwehr/staged-recipes,conda-forge/staged-recipes,patricksnape/staged-recipes,Cashalow/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,sannykr/staged-recipes,koverholt/staged-recipes
4c523b4392843d7d1eb17e335c1f4d7e2beccc8e
Games/Other/Oxide.Game.Nomad/Files/Windows/_start-example.bat
Games/Other/Oxide.Game.Nomad/Files/Windows/_start-example.bat
@echo off cls :start echo Starting server... "Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 10 -clientVersion "0.60" -password "" -tcpLobby "149.202.51.185" 25565 echo. echo Restarting server... echo. goto start
@echo off cls :start echo Starting server... "Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 10 -clientVersion "0.602" -password "" -tcpLobby "149.202.51.185" 25565 echo. echo Restarting server... echo. goto start
Patch for version 0.602 update
[Nomad] Patch for version 0.602 update
Batchfile
mit
LaserHydra/Oxide,Visagalis/Oxide,Visagalis/Oxide,LaserHydra/Oxide,Nogrod/Oxide-2,Nogrod/Oxide-2
d1123e1d16279cb0c03780865a253ad2f598dfd0
Scripts/BuildAndPackage.cmd
Scripts/BuildAndPackage.cmd
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "%~dp0..\LightBlue.sln" /target:Clean,Build /p:Configuration=Release /maxcpucount powershell.exe %~dp0PackageNuget.ps1
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "%~dp0..\LightBlue.sln" /target:Clean,Build /p:Configuration=Release;VisualStudioVersion=12.0 /maxcpucount powershell.exe %~dp0PackageNuget.ps1
Fix build script for systems without VS2012
Fix build script for systems without VS2012
Batchfile
apache-2.0
graemefoster/LightBlue,LightBlueProject/LightBlue,Drewan/LightBlue,wangdoubleyan/LightBlue,graemefoster/LightBlue,graemefoster/LightBlue,LightBlueProject/LightBlue,Drewan/LightBlue,ColinScott/LightBlue,ColinScott/LightBlue,wangdoubleyan/LightBlue,LightBlueProject/LightBlue,wangdoubleyan/LightBlue,Drewan/LightBlue,ColinScott/LightBlue
7a6de051139499edd80ddccafcfcba4f34515d35
Tools/bin/build.bat
Tools/bin/build.bat
@REM @REM Copyright (c) 2006, Intel Corporation @REM All rights reserved. This program and the accompanying materials @REM are licensed and made available under the terms and conditions of the BSD License @REM which accompanies this distribution. The full text of the license may be found at @REM http://opensource.org/licenses/bsd-license.php @REM @REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, @REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @REM @REM @if "%1"=="" (goto build) @REM @if "%1"=="clean" (goto clean) @REM @if "%1"=="cleanall" (goto cleanall) :build @echo on ant -f %WORKSPACE%/build.xml %1 %2 %3 @echo off @goto end :clean @echo on ant clean -f %WORKSPACE%/build.xml @echo off @goto end :cleanall @echo on ant cleanall -f %WORKSPACE%/build.xml @echo off @goto end :end
@REM @REM Copyright (c) 2006, Intel Corporation @REM All rights reserved. This program and the accompanying materials @REM are licensed and made available under the terms and conditions of the BSD License @REM which accompanies this distribution. The full text of the license may be found at @REM http://opensource.org/licenses/bsd-license.php @REM @REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, @REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @REM ant -f %WORKSPACE%/build.xml %*
Simplify the script. It now allows normal ant targets and flags to be passed straight through. For example
Simplify the script. It now allows normal ant targets and flags to be passed straight through. For example build –v clean build all –k git-svn-id: 5648d1bec6962b0a6d1d1b40eba8cf5cdb62da3d@778 6f19259b-4bc3-4df7-8a09-765794883524
Batchfile
bsd-2-clause
MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2
d5afdce7ca16674d7840c2a1eaff600ad35d3815
test-recipes/metadata/build_string/run_test.bat
test-recipes/metadata/build_string/run_test.bat
conda list -p "%PREFIX%" --canonical if errorlevel 1 exit 1 for /f "delims=" %%i in ('conda list -p "%PREFIX%" --canonical') do set condalist=%%i if errorlevel 1 exit 1 echo "%condalist%" if not "%condalist%"=="conda-build-test-build-string-1.0-1" exit 1 cat "%PREFIX%\conda-meta\conda-build-test-build-string-1.0-1.json" if errorlevel 1 exit 1 cat "%PREFIX%\conda-meta\conda-build-test-build-string-1.0-1.json" | grep '"build_number": 0' if errorlevel 1 exit 1 cat "%PREFIX%\conda-meta\conda-build-test-build-string-1.0-1.json" | grep '"build": "abc"' if errorlevel 1 exit 1
conda list -p "%PREFIX%" --canonical if errorlevel 1 exit 1 for /f "delims=" %%i in ('conda list -p "%PREFIX%" --canonical') do set condalist=%%i if errorlevel 1 exit 1 echo "%condalist%" if not "%condalist%"=="conda-build-test-build-string-1.0-abc" exit 1 cat "%PREFIX%\conda-meta\conda-build-test-build-string-1.0-abc.json" if errorlevel 1 exit 1 cat "%PREFIX%\conda-meta\conda-build-test-build-string-1.0-abc.json" | grep '"build_number": 0' if errorlevel 1 exit 1 cat "%PREFIX%\conda-meta\conda-build-test-build-string-1.0-abc.json" | grep '"build": "abc"' if errorlevel 1 exit 1
Use correct build string in metadata files
Use correct build string in metadata files
Batchfile
bsd-3-clause
dan-blanchard/conda-build,mwcraig/conda-build,sandhujasmine/conda-build,dan-blanchard/conda-build,ilastik/conda-build,sandhujasmine/conda-build,ilastik/conda-build,rmcgibbo/conda-build,takluyver/conda-build,frol/conda-build,dan-blanchard/conda-build,takluyver/conda-build,frol/conda-build,frol/conda-build,rmcgibbo/conda-build,takluyver/conda-build,shastings517/conda-build,ilastik/conda-build,shastings517/conda-build,rmcgibbo/conda-build,mwcraig/conda-build,sandhujasmine/conda-build,shastings517/conda-build,mwcraig/conda-build
5ddb1bb8148ac41b46f3fafdcb30484974d9ced7
Games/Other/Oxide.Game.Nomad/Files/Windows/_start-example.bat
Games/Other/Oxide.Game.Nomad/Files/Windows/_start-example.bat
@echo off cls :start echo Starting server... "Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 10 -clientVersion "0.78" -password "" -tcpLobby "149.202.51.185" 25565 echo. echo Restarting server... echo. goto start
@echo off cls :start echo Starting server... "Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 10 -clientVersion "0.79" -password "" -tcpLobby "149.202.51.185" 25565 echo. echo Restarting server... echo. goto start
Patch for version 0.79 update
[Nomad] Patch for version 0.79 update
Batchfile
mit
LaserHydra/Oxide,Visagalis/Oxide,LaserHydra/Oxide,Visagalis/Oxide
95c96ab45c039c4ebd94f22c506a919130a06720
recipes/vs2008_runtime/bld.bat
recipes/vs2008_runtime/bld.bat
for %%F in ("." "bin") do ( cmake -G "%CMAKE_GENERATOR%" ^ -DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^ -DCMAKE_INSTALL_DEBUG_LIBRARIES:BOOL="OFF" ^ -DCMAKE_INSTALL_DEBUG_LIBRARIES_ONLY:BOOL="OFF" ^ -DCMAKE_INSTALL_OPENMP_LIBRARIES:BOOL="ON" ^ -DCMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION:STRING=%%F ^ "%RECIPE_DIR%" if errorlevel 1 exit 1 cmake --build "%SRC_DIR%" ^ --target INSTALL ^ --config Release if errorlevel 1 exit 1 )
if "%ARCH%" == "32" (set "ARCH_DIR=x86") if "%ARCH%" == "64" (set "ARCH_DIR=amd64") dir /a:d /o:-n /s /b C:\Windows\WinSxS\%ARCH_DIR%_microsoft.vc90.openmp* > vcomp90_locs.txt type vcomp90_locs.txt set /p VCOMP_DIR=<vcomp90_locs.txt echo "%VCOMP_DIR%" for %%F in ("." "bin") do ( cmake -G "%CMAKE_GENERATOR%" ^ -DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^ -DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS:PATH="%VCOMP_DIR%\vcomp90.dll" ^ -DCMAKE_INSTALL_DEBUG_LIBRARIES:BOOL="OFF" ^ -DCMAKE_INSTALL_DEBUG_LIBRARIES_ONLY:BOOL="OFF" ^ -DCMAKE_INSTALL_OPENMP_LIBRARIES:BOOL="ON" ^ -DCMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION:STRING=%%F ^ "%RECIPE_DIR%" if errorlevel 1 exit 1 cmake --build "%SRC_DIR%" ^ --target INSTALL ^ --config Release if errorlevel 1 exit 1 )
Add WinSxS path to vcomp90
Add WinSxS path to vcomp90
Batchfile
bsd-3-clause
conda-forge/staged-recipes,jakirkham/staged-recipes,synapticarbors/staged-recipes,scopatz/staged-recipes,mariusvniekerk/staged-recipes,cpaulik/staged-recipes,asmeurer/staged-recipes,NOAA-ORR-ERD/staged-recipes,rmcgibbo/staged-recipes,NOAA-ORR-ERD/staged-recipes,sodre/staged-recipes,isuruf/staged-recipes,stuertz/staged-recipes,rvalieris/staged-recipes,rmcgibbo/staged-recipes,chrisburr/staged-recipes,scopatz/staged-recipes,sannykr/staged-recipes,birdsarah/staged-recipes,isuruf/staged-recipes,sannykr/staged-recipes,ocefpaf/staged-recipes,mcs07/staged-recipes,mariusvniekerk/staged-recipes,Cashalow/staged-recipes,kwilcox/staged-recipes,shadowwalkersb/staged-recipes,mcs07/staged-recipes,igortg/staged-recipes,Juanlu001/staged-recipes,barkls/staged-recipes,basnijholt/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,dschreij/staged-recipes,guillochon/staged-recipes,igortg/staged-recipes,pmlandwehr/staged-recipes,ocefpaf/staged-recipes,petrushy/staged-recipes,jochym/staged-recipes,Cashalow/staged-recipes,barkls/staged-recipes,rvalieris/staged-recipes,jakirkham/staged-recipes,patricksnape/staged-recipes,SylvainCorlay/staged-recipes,basnijholt/staged-recipes,glemaitre/staged-recipes,sodre/staged-recipes,kwilcox/staged-recipes,birdsarah/staged-recipes,guillochon/staged-recipes,jjhelmus/staged-recipes,goanpeca/staged-recipes,glemaitre/staged-recipes,synapticarbors/staged-recipes,SylvainCorlay/staged-recipes,pmlandwehr/staged-recipes,cpaulik/staged-recipes,sodre/staged-recipes,ReimarBauer/staged-recipes,asmeurer/staged-recipes,ceholden/staged-recipes,chrisburr/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,petrushy/staged-recipes,dschreij/staged-recipes,Juanlu001/staged-recipes,hadim/staged-recipes,stuertz/staged-recipes,ceholden/staged-recipes,patricksnape/staged-recipes,conda-forge/staged-recipes,ReimarBauer/staged-recipes,jjhelmus/staged-recipes,shadowwalkersb/staged-recipes
063082d2f780e12e7ade31c9d1d59a6a6dbe1c76
ArcGISRuntimeSDKQt_CppSamples/CloudAndPortal/OAuthRedirectExample/windows_deployment.bat
ArcGISRuntimeSDKQt_CppSamples/CloudAndPortal/OAuthRedirectExample/windows_deployment.bat
ECHO OFF SET "ARCH=x64" SET "VC_ARCH=amd64" SET "QT_KIT=C:\Qt\5.12.0\msvc2017_64" SET "DIR=%~dp0" SET "BUILD_TYPE=release" SET "BUILD_DIR=%DIR%..\build-OAuthRedirectExample-Desktop_Qt_5_12_0_MSVC2017_64bit-Release\%BUILD_TYPE%" SET "ARCGIS_SDK_DIR=C:\Program Files (x86)\ArcGIS SDKs\Qt100.7\sdk\windows\%ARCH%\bin\%BUILD_TYPE%" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Auxiliary\Build\vcvarsall.bat" %VC_ARCH% call %QT_KIT%\bin\windeployqt.exe %BUILD_DIR%\OAuthRedirectExample.exe --qmldir %DIR% -sensors -positioning copy "%ARCGIS_SDK_DIR%\EsriCommonQt.dll" "%BUILD_DIR%\EsriCommonQt.dll" copy "%ARCGIS_SDK_DIR%\runtimecore.dll" "%BUILD_DIR%\runtimecore.dll"
ECHO OFF SET "ARCH=x64" SET "VC_ARCH=amd64" SET "QT_KIT=C:\Qt\5.12.6\msvc2017_64" SET "DIR=%~dp0" SET "BUILD_TYPE=release" SET "BUILD_DIR=%DIR%..\build-OAuthRedirectExample-Desktop_Qt_5_12_6_MSVC2017_64bit-Release\%BUILD_TYPE%" SET "ARCGIS_SDK_DIR=C:\Program Files (x86)\ArcGIS SDKs\Qt100.7\sdk\windows\%ARCH%\bin\%BUILD_TYPE%" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Auxiliary\Build\vcvarsall.bat" %VC_ARCH% call %QT_KIT%\bin\windeployqt.exe %BUILD_DIR%\OAuthRedirectExample.exe --qmldir %DIR% -sensors -positioning copy "%ARCGIS_SDK_DIR%\EsriCommonQt.dll" "%BUILD_DIR%\EsriCommonQt.dll" copy "%ARCGIS_SDK_DIR%\runtimecore.dll" "%BUILD_DIR%\runtimecore.dll"
Update the version to 5.12.6.
Update the version to 5.12.6.
Batchfile
apache-2.0
Esri/arcgis-runtime-samples-qt,Esri/arcgis-runtime-samples-qt,Esri/arcgis-runtime-samples-qt,Esri/arcgis-runtime-samples-qt
71b285d2f152c17e641ead030acaba645ff35197
fwcfg/buildAll.bat
fwcfg/buildAll.bat
setlocal call clean.bat call ..\Tools\SetVsEnv x86 inf2cat /uselocaltime /driver:. /os:XP_X86,Server2003_X86,XP_X64,Server2003_X64,Vista_X86,Server2008_X86,Vista_X64,Server2008_X64,7_X86,7_X64,Server2008R2_X64,8_X86,8_X64,Server8_X64,6_3_X86,6_3_X64,Server6_3_X64,10_X86,10_X64,Server10_X64 mkdir Install copy qemufwcfg.* .\Install\ endlocal
setlocal call clean.bat call ..\Tools\SetVsEnv x86 inf2cat /uselocaltime /driver:. /os:8_X86,8_X64,Server8_X64,6_3_X86,6_3_X64,Server6_3_X64,10_X86,10_X64,Server10_X64 mkdir Install copy qemufwcfg.* .\Install\ endlocal
Remove code for legacy OSes
fwcfg: Remove code for legacy OSes Signed-off-by: Kostiantyn Kostiuk <[email protected]>
Batchfile
bsd-3-clause
virtio-win/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows
8c843fae703df2398967c25008d32a20db22e86a
project/hexitandburn_mega.bat
project/hexitandburn_mega.bat
@echo #----------------------------------------------------------------------------# @echo # Generating main.lss @echo #----------------------------------------------------------------------------# avr-objdump -h -S bin\main.elf > bin\main.lss @echo #----------------------------------------------------------------------------# @echo # Generating main.hex @echo #----------------------------------------------------------------------------# avr-objcopy -O ihex bin\main.elf bin\main.hex @echo #----------------------------------------------------------------------------# @echo # File size main.hex @echo #----------------------------------------------------------------------------# avr-size --target=ihex bin\main.hex @echo #----------------------------------------------------------------------------# @echo # Burning main.hex in ATMega328p with COM7 @echo #----------------------------------------------------------------------------# c:\arduino\WinAVR-20100110\bin\avrdude.exe -v -pm2560 -cstk500v2 -PCOM4 -b115200 -e -U flash:w:"bin\main.hex" @echo # Done
@echo #----------------------------------------------------------------------------# @echo # Generating main.lss @echo #----------------------------------------------------------------------------# avr-objdump -h -S bin\main.elf > bin\main.lss @echo #----------------------------------------------------------------------------# @echo # Generating main.hex @echo #----------------------------------------------------------------------------# avr-objcopy -O ihex bin\main.elf bin\main.hex @echo #----------------------------------------------------------------------------# @echo # File size main.hex @echo #----------------------------------------------------------------------------# avr-size --target=ihex bin\main.hex @echo #----------------------------------------------------------------------------# @echo # Burning main.hex in ATMega328p with COM5 @echo #----------------------------------------------------------------------------# avrdude.exe -v -pm2560 -cstk500v2 -PCOM5 -b115200 -e -U flash:w:"bin\main.hex" @echo # Done
Update comport and avrdude path.
Update comport and avrdude path.
Batchfile
mit
pvrego/adaino,pvrego/adaino
e23c9f13846ebba3706a60ea2e1960982d002883
bin/resin.cmd
bin/resin.cmd
@echo off :: http://stackoverflow.com/questions/12322308/batch-file-to-check-64bit-or-32bit-os reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set ARCH=x86 || set ARCH=x64 set NODE_PATH="%~dp0\bin\node\node-win32-%ARCH%.exe" @IF NOT EXIST %NODE_PATH% ( set NODE_PATH="node.exe" ) %NODE_PATH% "%~dp0\..\lib\resin.js" %*
@echo off :: http://stackoverflow.com/questions/12322308/batch-file-to-check-64bit-or-32bit-os reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set ARCH=x86 || set ARCH=x64 set NODE_PATH="%~dp0\node\node-win32-%ARCH%.exe" @IF NOT EXIST %NODE_PATH% ( set NODE_PATH="node.exe" ) %NODE_PATH% "%~dp0\..\lib\resin.js" %*
Fix node Windows absolute path
Fix node Windows absolute path
Batchfile
apache-2.0
resin-io/resin-cli,resin-io/resin-cli,resin-io/resin-cli,resin-io/resin-cli
fd8ebf728ca68aa6766f95310d2efe68da5d749c
ci/scripts/build-project-windows.bat
ci/scripts/build-project-windows.bat
SET "JAVA_HOME=C:\opt\jdk1.8.0_161" cd git-repo ./mvnw clean install
SET "JAVA_HOME=C:\opt\jdk1.8.0_161" cd git-repo ./mvnw clean install -X
Add more logging for debugging formatting failures on windows
Add more logging for debugging formatting failures on windows
Batchfile
apache-2.0
snicoll/initializr,snicoll/initializr,spring-io/initializr,snicoll/initializr,spring-io/initializr,spring-io/initializr
848ab20faf4559bd487862dfdb4230f901e179df
NuGet/pack.bat
NuGet/pack.bat
REM set version=31.0.0-pre1b REM set platform=x86 if "%platform%"=="x64" ( copy ..\x64\Release\CefSharp.Core.dll set DotPlatform=.x64 ) else ( copy ..\Win32\Release\CefSharp.Core.dll set Platform=x86 set DotPlatform= ) NuGet pack CefSharp.Common.nuspec -NoPackageAnalysis -Version %version% -Properties DotPlatform=%DotPlatform%;Platform=%Platform% NuGet pack CefSharp.WpfOrWinForms.nuspec -NoPackageAnalysis -Version %version% -Properties ControlType=Wpf;DotPlatform=%DotPlatform%;Platform=%Platform% NuGet pack CefSharp.WpfOrWinForms.nuspec -NoPackageAnalysis -Version %version% -Properties ControlType=WinForms;DotPlatform=%DotPlatform%;Platform=%Platform%
set version=31.0.0-CI-%APPVEYOR_BUILD_NUMBER% REM set platform=x86 if "%platform%"=="x64" ( copy ..\x64\Release\CefSharp.Core.dll set DotPlatform=.x64 ) else ( copy ..\Win32\Release\CefSharp.Core.dll set Platform=x86 set DotPlatform= ) NuGet pack CefSharp.Common.nuspec -NoPackageAnalysis -Version %version% -Properties DotPlatform=%DotPlatform%;Platform=%Platform% NuGet pack CefSharp.WpfOrWinForms.nuspec -NoPackageAnalysis -Version %version% -Properties ControlType=Wpf;DotPlatform=%DotPlatform%;Platform=%Platform% NuGet pack CefSharp.WpfOrWinForms.nuspec -NoPackageAnalysis -Version %version% -Properties ControlType=WinForms;DotPlatform=%DotPlatform%;Platform=%Platform%
Make CI NuGets unique by %APPVEYOR_BUILD_NUMBER%
Make CI NuGets unique by %APPVEYOR_BUILD_NUMBER%
Batchfile
bsd-3-clause
dga711/CefSharp,jamespearce2006/CefSharp,yoder/CefSharp,zhangjingpu/CefSharp,VioletLife/CefSharp,dga711/CefSharp,battewr/CefSharp,Haraguroicha/CefSharp,rover886/CefSharp,jamespearce2006/CefSharp,rover886/CefSharp,wangzheng888520/CefSharp,jamespearce2006/CefSharp,ruisebastiao/CefSharp,NumbersInternational/CefSharp,Haraguroicha/CefSharp,jamespearce2006/CefSharp,gregmartinhtc/CefSharp,rlmcneary2/CefSharp,Livit/CefSharp,jamespearce2006/CefSharp,AJDev77/CefSharp,dga711/CefSharp,joshvera/CefSharp,ruisebastiao/CefSharp,battewr/CefSharp,rlmcneary2/CefSharp,Haraguroicha/CefSharp,Octopus-ITSM/CefSharp,Livit/CefSharp,ITGlobal/CefSharp,VioletLife/CefSharp,illfang/CefSharp,dga711/CefSharp,yoder/CefSharp,Livit/CefSharp,AJDev77/CefSharp,joshvera/CefSharp,zhangjingpu/CefSharp,Haraguroicha/CefSharp,AJDev77/CefSharp,Livit/CefSharp,haozhouxu/CefSharp,rover886/CefSharp,haozhouxu/CefSharp,rlmcneary2/CefSharp,Octopus-ITSM/CefSharp,twxstar/CefSharp,AJDev77/CefSharp,illfang/CefSharp,windygu/CefSharp,twxstar/CefSharp,haozhouxu/CefSharp,joshvera/CefSharp,rlmcneary2/CefSharp,ruisebastiao/CefSharp,Octopus-ITSM/CefSharp,gregmartinhtc/CefSharp,VioletLife/CefSharp,gregmartinhtc/CefSharp,wangzheng888520/CefSharp,haozhouxu/CefSharp,battewr/CefSharp,twxstar/CefSharp,gregmartinhtc/CefSharp,yoder/CefSharp,windygu/CefSharp,ruisebastiao/CefSharp,zhangjingpu/CefSharp,wangzheng888520/CefSharp,zhangjingpu/CefSharp,ITGlobal/CefSharp,joshvera/CefSharp,windygu/CefSharp,rover886/CefSharp,Haraguroicha/CefSharp,ITGlobal/CefSharp,NumbersInternational/CefSharp,ITGlobal/CefSharp,Octopus-ITSM/CefSharp,yoder/CefSharp,illfang/CefSharp,VioletLife/CefSharp,battewr/CefSharp,twxstar/CefSharp,NumbersInternational/CefSharp,rover886/CefSharp,windygu/CefSharp,illfang/CefSharp,wangzheng888520/CefSharp,NumbersInternational/CefSharp
0279e6a2a80577c2037a2979fa751bb4cc90972a
packer/vagrant/scripts/windows/msys2-install.bat
packer/vagrant/scripts/windows/msys2-install.bat
if not exist "C:\Windows\Temp\msys2.exe" ( powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::TLS12; (New-Object System.Net.WebClient).DownloadFile('https://github.com/msys2/msys2-installer/releases/download/2020-07-20/msys2-x86_64-20200720.exe', 'C:\Windows\Temp\msys2.exe')" <NUL ) cmd /c "C:\Windows\Temp\msys2.exe -v --script A:\msys2-install.qs"
if not exist "C:\Windows\Temp\msys2.exe" ( powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::TLS12; (New-Object System.Net.WebClient).DownloadFile('https://github.com/msys2/msys2-installer/releases/download/2020-07-20/msys2-x86_64-20200720.exe', 'C:\Windows\Temp\msys2.exe')" <NUL ) cmd /c "C:\Windows\Temp\msys2.exe -v --platform minimal --script A:\msys2-install.qs" taskkill /IM "gpg-agent.exe" /F taskkill /IM "dirmngr.exe" /F
Kill background processes to allow parent to exit
Kill background processes to allow parent to exit
Batchfile
mit
mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers
2c4930ad672e6abc570fd43048da41c5d999fc95
Applications/Specware/bin/windows/check-and-set-environment.cmd
Applications/Specware/bin/windows/check-and-set-environment.cmd
@echo off rem Check that the needed environment variables are set: if "%SPECWARE4%"=="" ( echo Error: environment variable SPECWARE4 not set. echo SPECWARE4 must be set to the path of the Specware 4 tree, echo e.g. c:\users\me\specware4. pause exit ) if "%XEMACS%"=="" ( echo Error: environment variable XEMACS not set. echo XEMACS must be set to the path of the XEmacs tree, echo e.g. c:\progra~1\xemacs\xemacs-21.4.11. pause exit ) if "%ALLEGRO%"=="" ( echo Error: environment variable ALLEGRO not set. echo ALLEGRO must be set to the path of the Allegro Common Lisp tree, echo e.g. c:\progra~1\acl62. pause exit ) rem Set additional environment variables that depend on the previous ones: if "%SWPATH%"=="" set SWPATH=C:/ rem set SWPATH only if unset set SPECWARE_BIN=%SPECWARE4%\Applications\Specware\bin\windows set LISP_EXECUTABLE=%ALLEGRO%\alisp.exe set LISP_HEAP_IMAGE=%SPECWARE_BIN%\Specware4.dxl set LISP_DIRECTORY=%Specware4%/ rem Move to Specware 4 main directory: cd "%SPECWARE4%"
@echo off rem Check that the needed environment variables are set: rem In general, enclose filenames in double-quotes, since enviroment rem variables could expand to dirctories containing spaces, periods, rem and other nasty characters. if "%SPECWARE4%"=="" ( echo Error: environment variable SPECWARE4 not set. echo SPECWARE4 must be set to the path of the Specware tree, echo e.g. C:\Specware4. pause exit ) if "%XEMACS%"=="" ( echo Error: environment variable XEMACS not set. echo XEMACS must be set to the path of the XEmacs tree, echo e.g. C:\Progra~1\xemacs\xemacs-21.4.18. pause exit ) if "%ALLEGRO%"=="" ( echo Error: environment variable ALLEGRO not set. echo ALLEGRO must be set to the path of the Allegro Common Lisp tree, echo e.g. C:\Progra~1\acl62. pause exit ) rem Set additional environment variables that depend on the previous ones: if "%SWPATH%"=="" set SWPATH="C:/" rem set SWPATH only if unset set SPECWARE_BIN="%SPECWARE4%\Applications\Specware\bin\windows" set LISP_EXECUTABLE="%ALLEGRO%\alisp.exe" set LISP_HEAP_IMAGE="%SPECWARE_BIN%\Specware4.dxl" set LISP_DIRECTORY="%Specware4%/" rem Move to Specware4 main directory: cd "%SPECWARE4%"
Put double-quotes around filenames to avoid problems with environment variables expanding into directories containing spaces, periods, etc.
Put double-quotes around filenames to avoid problems with environment variables expanding into directories containing spaces, periods, etc. git-svn-id: 9ecf60ce9baff443e30a0472d3fd222fcb8117cf@3906 7b97033b-253e-4a5c-9b07-e25f9089a9fd
Batchfile
bsd-2-clause
KestrelInstitute/Specware,KestrelInstitute/Specware,KestrelInstitute/Specware,KestrelInstitute/Specware,KestrelInstitute/Specware
6fcd5d0e16340c1e9f0aa683be3592445ba95291
modules/framework/scripts/executecommand.bat
modules/framework/scripts/executecommand.bat
@echo off rem check that JAVA_HOME and LCF_HOME are set rem save existing path here set OLDDIR=%CD% cd %LCF_HOME%\processes set CLASSPATH=. for %%f in (jar/*) do call script\setclasspath.bat %%f set JAVADEFINES= for %%g in (define/*) do call script\setdefine.bat %%g rem restore old path here cd %OLDDIR% "%JAVA_HOME%\bin\java" -Dorg.apache.lcf.configfile=%LCF_HOME%\properties.ini %JAVADEFINES% -classpath %CLASSPATH% %1 %2 %3 %4 %5 %6 %7 %8 %9
@echo off rem check that JAVA_HOME and LCF_HOME are set if not exist "%JAVA_HOME%\bin\java.exe" goto nojavahome if not exist "%LCF_HOME%\properties.ini" goto nolcfhome rem save existing path here set OLDDIR=%CD% cd "%LCF_HOME%\processes" set CLASSPATH=. for %%f in (jar/*) do call script\setclasspath.bat %%f set JAVADEFINES= for %%g in (define/*) do call script\setdefine.bat %%g rem restore old path here cd "%OLDDIR%" "%JAVA_HOME%\bin\java" "-Dorg.apache.lcf.configfile=%LCF_HOME%\properties.ini" %JAVADEFINES% -classpath "%CLASSPATH%" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto done :nojavahome echo Environment variable JAVA_HOME is not set properly. goto done :nolcfhome echo Environment variable LCF_HOME is not set properly. goto done :done
Update script to check properly for missing variables, and get the quotations right (I hope)...
Update script to check properly for missing variables, and get the quotations right (I hope)... git-svn-id: 0503cfb7d358eaa9bd718f348f448f10022ea703@938013 13f79535-47bb-0310-9956-ffa450edef68
Batchfile
apache-2.0
kishorejangid/manifoldcf,kishorejangid/manifoldcf,gladyscarrizales/manifoldcf,kishorejangid/manifoldcf,apache/manifoldcf,gladyscarrizales/manifoldcf,apache/manifoldcf,apache/manifoldcf,kishorejangid/manifoldcf,cogfor/mcf-cogfor,gladyscarrizales/manifoldcf,gladyscarrizales/manifoldcf,apache/manifoldcf,kishorejangid/manifoldcf,cogfor/mcf-cogfor,apache/manifoldcf,cogfor/mcf-cogfor,gladyscarrizales/manifoldcf,apache/manifoldcf,kishorejangid/manifoldcf,cogfor/mcf-cogfor,gladyscarrizales/manifoldcf,cogfor/mcf-cogfor,cogfor/mcf-cogfor
1968156596a0775a31214f977699bf3bebdc8a86
Tools/AppVeyor/Build.cmd
Tools/AppVeyor/Build.cmd
@echo off call "%vs140comntools%vsvars32.bat" set LIBDIR=C:\Magick.NET.libs set TARGET=C:\Magick.NET\ImageMagick if "%2"=="AnyCPU" goto anycpu xcopy %LIBDIR%\lib\Release\%2 %TARGET%\lib\Release\%2 /Y /S /I xcopy %LIBDIR%\%1\lib\Release\%2 %TARGET%\$1\lib\Release\%2 /Y /S /I goto build :anycpu xcopy %LIBDIR%\lib\Release %TARGET%\lib\Release /Y /S /I xcopy %LIBDIR%\%1\lib\Release %TARGET%\$1\lib\Release /Y /S /I :build powershell -ExecutionPolicy Unrestricted ..\Scripts\AppVeyor\Build.ps1 %1 %2
@echo off call "%vs140comntools%vsvars32.bat" set LIBDIR=C:\Magick.NET.libs set TARGET=C:\Magick.NET\ImageMagick if "%2"=="AnyCPU" goto anycpu xcopy %LIBDIR%\lib\Release\%2 %TARGET%\lib\Release\%2 /Y /S /I xcopy %LIBDIR%\%1\lib\Release\%2 %TARGET%\%1\lib\Release\%2 /Y /S /I goto build :anycpu xcopy %LIBDIR%\lib\Release %TARGET%\lib\Release /Y /S /I xcopy %LIBDIR%\%1\lib\Release %TARGET%\%1\lib\Release /Y /S /I :build rmdir /S /Q %LIBDIR% xcopy %TARGET% %LIBDIR% /Y /S /I powershell -ExecutionPolicy Unrestricted ..\Scripts\AppVeyor\Build.ps1 %1 %2
Make sure only the used lib files end up in the Magick.NET.libs folder.
Make sure only the used lib files end up in the Magick.NET.libs folder.
Batchfile
apache-2.0
dlemstra/Magick.NET,dlemstra/Magick.NET
9b1d3e5437d75a8c59c683d0e1de27110cdb1b61
framework/build.bat
framework/build.bat
@echo off setlocal enabledelayedexpansion set PLAY_VERSION="2.2-SNAPSHOT" if defined JPDA_PORT set DEBUG_PARAM="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=%JPDA_PORT%" set p=%~dp0 set p=%p:\=/% set fp=file:///!p: =%%20! java -Xms512M -Xmx1024M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M %DEBUG_PARAM% %JAVA_OPTS% -Dfile.encoding=UTF-8 -Dplay.version="%PLAY_VERSION%" -Dsbt.ivy.home="%~dp0..\repository" -Dplay.home="%~dp0." -Dsbt.boot.properties="%fp%sbt/sbt.boot.properties" %PLAY_OPTS% -jar "%~dp0sbt\sbt-launch.jar" %* :end endlocal
@echo off setlocal enabledelayedexpansion set PLAY_VERSION="2.2-SNAPSHOT" if defined JPDA_PORT set DEBUG_PARAM="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=%JPDA_PORT%" set p=%~dp0 set p=%p:\=/% set fp=file:///!p: =%%20! java -Xms512M -Xmx1024M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M %DEBUG_PARAM% %JAVA_OPTS% -Dfile.encoding=UTF-8 -Dinput.encoding=Cp1252 -Dplay.version="%PLAY_VERSION%" -Dsbt.ivy.home="%~dp0..\repository" -Dplay.home="%~dp0." -Dsbt.boot.properties="%fp%sbt/sbt.boot.properties" %PLAY_OPTS% -jar "%~dp0sbt\sbt-launch.jar" %* :end endlocal
Fix command history in Windows
Fix command history in Windows SBT 0.13 uses JLine 2.x, which interacts badly with the existing setting -Dfile.encoding=UTF-8. However, the JLine terminal encoding can be overridden by providing the option -Dinput.encoding=Cp1252.
Batchfile
apache-2.0
playframework/playframework,rajeshpg/playframework,richdougherty/playframework,ktoso/playframework,aradchykov/playframework,playframework/playframework,hagl/playframework,marcospereira/playframework,Shenker93/playframework,marcospereira/playframework,richdougherty/playframework,hagl/playframework,mkurz/playframework,aradchykov/playframework,zaneli/playframework,aradchykov/playframework,Shruti9520/playframework,rajeshpg/playframework,Shenker93/playframework,rajeshpg/playframework,Shenker93/playframework,ktoso/playframework,wsargent/playframework,ktoso/playframework,benmccann/playframework,marcospereira/playframework,wegtam/playframework,Shenker93/playframework,Shruti9520/playframework,rajeshpg/playframework,wegtam/playframework,benmccann/playframework,benmccann/playframework,marcospereira/playframework,wsargent/playframework,richdougherty/playframework,wegtam/playframework,wegtam/playframework,zaneli/playframework,aradchykov/playframework,richdougherty/playframework,benmccann/playframework,wsargent/playframework,mkurz/playframework,mkurz/playframework,zaneli/playframework,wsargent/playframework,hagl/playframework,playframework/playframework,Shruti9520/playframework,zaneli/playframework,mkurz/playframework,hagl/playframework,ktoso/playframework,Shruti9520/playframework
e5b4f90804db34b2d20a0f6052d4af96b30c4d53
src/System.Private.ServiceModel/tools/setupfiles/SetupWCFTestService.cmd
src/System.Private.ServiceModel/tools/setupfiles/SetupWCFTestService.cmd
echo off setlocal REM elevated window does not set current directory correctly. REM Workaround it by passing the current directory as 1st parameter pushd %1 certutil -addstore -f root RootCATest.cer certutil -f -p test -importpfx "WcfTestServer.pfx" netsh http add sslcert ipport=0.0.0.0:44285 certhash=1d85a3f6cd2c022c5ca54e5cb200a47f89ba0d3d appid={00000000-0000-0000-0000-000000000000} start powershell -ExecutionPolicy Bypass -File ..\test\Bridge\bin\ensureBridge.ps1 %2 %3 %4 %5 %6 %7 exit /b
echo off setlocal REM elevated window does not set current directory correctly. REM Workaround it by passing the current directory as 1st parameter pushd %1 certutil -addstore -f root RootCATest.cer certutil -f -p test -importpfx "WcfTestServer.pfx" netsh http add sslcert ipport=0.0.0.0:44285 certhash=1d85a3f6cd2c022c5ca54e5cb200a47f89ba0d3d appid={00000000-0000-0000-0000-000000000000} if '%BridgeHost%' neq '' ( set _bridgeHostArg=-hostName %BridgeHost% ) if '%BridgePort%' neq '' ( set _bridgePortArg=-portNumber %BridgePort% ) if '%BridgeAllowRemote%' neq '' ( set _bridgeAllowRemoteArg=-allowRemote %BridgeAllowRemote% ) echo Executing: start powershell -ExecutionPolicy Bypass -File ..\test\Bridge\bin\ensureBridge.ps1 %_bridgeHostArg% %_bridgePortArg% %_bridgeAllowRemoteArg% start powershell -ExecutionPolicy Bypass -File ..\test\Bridge\bin\ensureBridge.ps1 %_bridgeHostArg% %_bridgePortArg% %_bridgeAllowRemoteArg% exit /b
Allow Bridge environment variables to configure Bridge use
Allow Bridge environment variables to configure Bridge use
Batchfile
mit
StephenBonikowsky/wcf,MattGal/wcf,ElJerry/wcf,mconnew/wcf,mmitche/wcf,huoxudong125/wcf,khdang/wcf,cashcat/wcf,ericstj/wcf,ElJerry/wcf,StephenBonikowsky/wcf,mmitche/wcf,dotnet/wcf,zhenlan/wcf,shmao/wcf,imcarolwang/wcf,hongdai/wcf,KKhurin/wcf,ericstj/wcf,iamjasonp/wcf,SajayAntony/wcf,MarcosRamiro/wcf,iamjasonp/wcf,SajayAntony/wcf,shmao/wcf,imcarolwang/wcf,imcarolwang/wcf,dotnet/wcf,zhenlan/wcf,hongdai/wcf,mconnew/wcf,dotnet/wcf,MattGal/wcf,MarcosRamiro/wcf,khdang/wcf,mconnew/wcf,KKhurin/wcf
71f1aa16cf920bb4de0e8475d17ccb9e1141f198
build.cmd
build.cmd
@echo off :Build cls echo Restoring NuGet packages for solution... "tools\nuget\nuget.exe" "restore" "src/Cake.sln" echo. if not exist tools\Cake\Cake.exe ( echo Installing Cake... "tools\nuget\nuget.exe" "install" "Cake" "-OutputDirectory" "tools" "-ExcludeVersion" "-NonInteractive" echo. ) if not exist tools\xunit.runners\tools\xunit.console.exe ( echo Installing xUnit.net: Runners... "tools\nuget\nuget.exe" "install" "xunit.runners" "-OutputDirectory" "tools" "-ExcludeVersion" "-Version" "1.9.2" "-NonInteractive" echo. ) SET TARGET="All" IF NOT [%1]==[] (set TARGET="%1") SET BUILDMODE="Release" IF NOT [%2]==[] (set BUILDMODE="%2") echo Starting Cake... tools\Cake\Cake.exe build.cake -target=%TARGET% -configuration=%BUILDMODE% rem Loop the build script. echo. set CHOICE=nothing echo (R)ebuild or (Enter) to exit set /P CHOICE= if /i "%CHOICE%"=="R" goto :Build :Quit exit /b %errorlevel%
@echo off :Build cls if not exist tools\Cake\Cake.exe ( echo Installing Cake... tools\nuget\nuget.exe install Cake -OutputDirectory tools -ExcludeVersion -NonInteractive -NoCache echo. ) if not exist tools\xunit.runners\tools\xunit.console.exe ( echo Installing xUnit.net: Runners... tools\nuget\nuget.exe install xunit.runners -OutputDirectory tools -ExcludeVersion -Version 1.9.2 -NonInteractive echo. ) SET TARGET="All" IF NOT [%1]==[] (set TARGET="%1") SET BUILDMODE="Release" IF NOT [%2]==[] (set BUILDMODE="%2") echo Starting Cake... tools\Cake\Cake.exe build.cake -target=%TARGET% -configuration=%BUILDMODE% -verbosity=verbose rem Loop the build script. echo. set CHOICE=nothing echo (R)ebuild or (Enter) to exit set /P CHOICE= if /i "%CHOICE%"=="R" goto :Build :Quit exit /b %errorlevel%
Build script: Prevent NuGet from retrieving Cake from cache.
Build script: Prevent NuGet from retrieving Cake from cache.
Batchfile
mit
mholo65/cake,ferventcoder/cake,SharpeRAD/Cake,robgha01/cake,phenixdotnet/cake,danielrozo/cake,vlesierse/cake,os-alan/cake,vlesierse/cake,thomaslevesque/cake,manekovskiy/cake,daveaglick/cake,mholo65/cake,ferventcoder/cake,RichiCoder1/cake,RichiCoder1/cake,michael-wolfenden/cake,cake-build/cake,thomaslevesque/cake,RehanSaeed/cake,phrusher/cake,DavidDeSloovere/cake,andycmaj/cake,patriksvensson/cake,Invenietis/cake,michael-wolfenden/cake,robgha01/cake,UnbelievablyRitchie/cake,adamhathcock/cake,RehanSaeed/cake,phrusher/cake,yvschmid/cake,andycmaj/cake,patriksvensson/cake,SharpeRAD/Cake,marcosnz/cake,jrnail23/cake,devlead/cake,jrnail23/cake,wallymathieu/cake,phenixdotnet/cake,Julien-Mialon/cake,Sam13/cake,Sam13/cake,adamhathcock/cake,UnbelievablyRitchie/cake,daveaglick/cake,gep13/cake,gep13/cake,Julien-Mialon/cake,yvschmid/cake,DixonD-git/cake,Invenietis/cake,danielrozo/cake,cake-build/cake,marcosnz/cake,devlead/cake
bdf07e315d55205b0112740bc71c291cf53badde
scripts/ba.bat
scripts/ba.bat
rem ba.bat - download and build all of scintilla and scite rd /s/q scintilla scite cvs co scintilla scite cd scintilla call delbin del/q bin\*.a call delcvs call zipsrc cd win32 make cd .. cd .. cd scite del/q bin\*.properties del/q bin\SciTE call delbin call delcvs call zipsrc cd win32 make cd .. call upxsc1 call zipwscite call delbin cd .. cd scintilla call delbin cd ..
rem ba.bat - download and build all of scintilla and scite rd /s/q scintilla scite cvs co scintilla scite cd scintilla call delbin del/q bin\*.a call delcvs call zipsrc cd win32 nmake -f scintilla.mak cd .. cd .. cd scite del/q bin\*.properties del/q bin\SciTE call delbin call delcvs call zipsrc cd win32 nmake -f scite.mak cd .. call upxsc1 call zipwscite call delbin cd .. cd scintilla call delbin cd ..
Change to using MSVC for builds.
Change to using MSVC for builds.
Batchfile
isc
R1dO/scite_clone,R1dO/scite_clone,R1dO/scite_clone,R1dO/scite_clone
55c03c27a437542361af16a17e9983eac6d8c6e1
bootstrap/win/git.template.bat
bootstrap/win/git.template.bat
@echo off setlocal if not defined EDITOR set EDITOR=notepad set PATH=%~dp0GIT_BIN_DIR\cmd;%PATH% "%~dp0GIT_BIN_DIR\GIT_PROGRAM" %*
@echo off setlocal if not defined EDITOR set EDITOR=notepad set PATH=%~dp0GIT_BIN_DIR\cmd;%~dp0;%PATH% "%~dp0GIT_BIN_DIR\GIT_PROGRAM" %*
Fix depot_tools\git.bat when depot_tools in not in PATH.
Fix depot_tools\git.bat when depot_tools in not in PATH. Manual land of https://chromiumcodereview.appspot.com/2009173002/ due to CQ lineending issues. [email protected] [email protected], [email protected], [email protected] BUG= Review URL: https://codereview.chromium.org/2015673002 . git-svn-id: fd409f4bdeea2bb50a5d34bb4d4bfc2046a5a3dd@300668 0039d316-1c4b-4281-b951-d872f2087c98
Batchfile
bsd-3-clause
primiano/depot_tools,primiano/depot_tools,CoherentLabs/depot_tools,primiano/depot_tools,CoherentLabs/depot_tools
5c04d55a03805c5251f43cc0f7655812cd1a10bc
Make.bat
Make.bat
@ECHO off IF NOT "x%1" == "x" GOTO :%1 :luvit ECHO "Building luvit" SET LUVI_APP=app SET LUVI_TARGET=luvit luvi-binaries\Windows\luvi.exe SET "LUVI_APP=" SET "LUVI_TARGET=" GOTO :end :test CALL Make.bat luvit luvit.exe tests\run.lua GOTO :end :clean IF EXIST luvit.exe DEL /F /Q luvit.exe :end
@ECHO off IF NOT "x%1" == "x" GOTO :%1 :luvit ECHO "Building luvit" SET LUVI_APP=app SET LUVI_TARGET=luvit.exe luvi-binaries\Windows\luvi.exe SET "LUVI_APP=" SET "LUVI_TARGET=" GOTO :end :test CALL Make.bat luvit luvit.exe tests\run.lua GOTO :end :clean IF EXIST luvit.exe DEL /F /Q luvit.exe :end
Include .exe in windows build
Include .exe in windows build
Batchfile
apache-2.0
DBarney/luvit,GabrielNicolasAvellaneda/luvit-upstream,GabrielNicolasAvellaneda/luvit-upstream,rjeli/luvit,luvit/luvit,zhaozg/luvit,kaustavha/luvit,kaustavha/luvit,rjeli/luvit,kaustavha/luvit,bsn069/luvit,bsn069/luvit,DBarney/luvit,DBarney/luvit,rjeli/luvit,bsn069/luvit,GabrielNicolasAvellaneda/luvit-upstream,luvit/luvit,DBarney/luvit,zhaozg/luvit,GabrielNicolasAvellaneda/luvit-upstream,rjeli/luvit
d91349d18bc7f1635d376310b51563759b02ac81
run-jenkins-build.bat
run-jenkins-build.bat
set MSBUILD_EXE=C:\Windows\Microsoft.NET\Framework\v3.5\MSBuild cd 3rd-party\UnitTest++ %MSBUILD_EXE% UnitTest++.vsnet2008.sln /p:Configuration=Debug /target:Clean %MSBUILD_EXE% UnitTest++.vsnet2008.sln /p:Configuration=Release /target:Clean %MSBUILD_EXE% UnitTest++.vsnet2008.sln /p:Configuration=Debug %MSBUILD_EXE% UnitTest++.vsnet2008.sln /p:Configuration=Release cd ..\.. cmake CMakeLists.txt %MSBUILD_EXE% libamqp.sln /p:Configuration=Debug /target:Clean %MSBUILD_EXE% libamqp.sln /p:Configuration=Release /target:Clean %MSBUILD_EXE% libamqp.sln /p:Configuration=Debug
@echo off set DEVENV=C:\Windows\Microsoft.NET\Framework\v3.5\MSBuild set DEVENV=C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe if exist "%DEVENV%" goto devenv_found set DEVENV=C:\Program Files(x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe if exist "%DEVENV%" goto devenv_found echo "Please set DEVENV to the location of the devenv.exe program. got end :devenv_found echo "Building UnitTest++" cd 3rd-party\UnitTest++ "%DEVENV%" UnitTest++.vsnet2008.sln /Rebuild Debug "%DEVENV%" UnitTest++.vsnet2008.sln /Rebuild Release cd ..\.. echo "Running CMake" del CMakeCache.txt /q del CMakeFiles /s /q cmake CMakeLists.txt echo "Building Libamqp" "%DEVENV%" libamqp.sln /Rebuild Debug "%DEVENV%" libamqp.sln /Build Debug /project RUN_TESTS :end
Update Windows CI build script.
Update Windows CI build script. Use devenv rather than msbuild. Run the RUN_TEST project.
Batchfile
apache-2.0
libamqp/libamqp,libamqp/libamqp,libamqp/libamqp,libamqp/libamqp
0aafe9dc73def1d13d37b36a60e73620c56f4c14
scripts/build_gitlab/win.bat
scripts/build_gitlab/win.bat
@echo off rem ======================================================================== rem rem Copyright 2015-2016 Intel Corporation rem rem rem rem Licensed under the Apache License, Version 2.0 (the "License"); rem rem you may not use this file except in compliance with the License. rem rem You may obtain a copy of the License at rem rem rem rem http://www.apache.org/licenses/LICENSE-2.0 rem rem rem rem Unless required by applicable law or agreed to in writing, software rem rem distributed under the License is distributed on an "AS IS" BASIS, rem rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. rem rem See the License for the specific language governing permissions and rem rem limitations under the License. rem rem ======================================================================== rem setlocal md build cd build cmake -L ^ -G "%1" ^ -T "%2" ^ -D OSPRAY_BUILD_ISA=ALL ^ -D OSPRAY_BUILD_MIC_SUPPORT=OFF ^ -D OSPRAY_USE_EXTERNAL_EMBREE=ON ^ -D embree_DIR=..\..\embree\lib\cmake\embree-2.9.0 ^ -D USE_IMAGE_MAGICK=OFF ^ .. cmake --build . --config Release --target ALL_BUILD -- /m /nologo :abort endlocal :end
@echo off rem ======================================================================== rem rem Copyright 2015-2016 Intel Corporation rem rem rem rem Licensed under the Apache License, Version 2.0 (the "License"); rem rem you may not use this file except in compliance with the License. rem rem You may obtain a copy of the License at rem rem rem rem http://www.apache.org/licenses/LICENSE-2.0 rem rem rem rem Unless required by applicable law or agreed to in writing, software rem rem distributed under the License is distributed on an "AS IS" BASIS, rem rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. rem rem See the License for the specific language governing permissions and rem rem limitations under the License. rem rem ======================================================================== rem setlocal md build cd build cmake -L ^ -G "%~1" ^ -T "%~2" ^ -D OSPRAY_BUILD_ISA=ALL ^ -D OSPRAY_BUILD_MIC_SUPPORT=OFF ^ -D OSPRAY_USE_EXTERNAL_EMBREE=ON ^ -D embree_DIR=..\..\embree\lib\cmake\embree-2.9.0 ^ -D USE_IMAGE_MAGICK=OFF ^ .. cmake --build . --config Release --target ALL_BUILD -- /m /nologo :abort endlocal :end
Handle spaces in args for batch file
Handle spaces in args for batch file
Batchfile
apache-2.0
MengjiaoH/ospray,MengjiaoH/ospray,wilsonCernWq/ospray,ospray/OSPRay,wilsonCernWq/ospray,MengjiaoH/ospray,MengjiaoH/ospray,wilsonCernWq/ospray,ospray/OSPRay,ospray/OSPRay,ospray/OSPRay,MengjiaoH/ospray
259f50656a7d06f6c49afba19f0729d8675dd21d
bin/genjob.bat
bin/genjob.bat
@ECHO OFF @REM ----- INIT SCREEN ----- TITLE Using command line to create new job !!! COLOR 0f CLS @REM ----- SET DEFAULT DIRECTORY ----- SET DIRNAME=%~dp0 IF "%DIRNAME%" == "" SET DIRNAME=.\ @REM ----- GET INFORMATION FOR JOB FROM CONSOLE ----- ECHO --------------- CREATE JOB: %2 --------------- ECHO. SET inputResult=%* IF "%1"=="-n" ( "%DIRNAME%\groovy.bat" "%DIRNAME%\genjob.groovy" %inputResult% ) ELSE ( ECHO "Incorrect format !!!" ECHO "Correct format of command: " ECHO "genjob -n <jobName> [-f <strFetchAction>] [-q <strQuery>] [-c <strCommand>] [-d <strDbExec>] [-fp <pathToFile>]" )
@ECHO OFF setlocal @REM ----- INIT SCREEN ----- TITLE Using command line to create new job !!! COLOR 0f CLS @REM ----- SET WIPERDOG HOME DIRECTORY ----- set WIPERDOGHOME=%~dp0.. for %%i in ("%WIPERDOGHOME%") do set WIPERDOGHOME=%%~fsi cd "%WIPERDOGHOME%\bin" @REM ----- GET INFORMATION FOR JOB FROM CONSOLE ----- ECHO --------------- CREATE JOB: %2 --------------- ECHO. SET inputResult=%* IF "%1"=="-n" ( "%WIPERDOGHOME%\bin\groovy.bat" "%WIPERDOGHOME%\bin\genjob.groovy" %inputResult% ) ELSE ( ECHO "Incorrect format !!!" ECHO "Correct format of command: " ECHO "genjob -n <jobName> [-f <strFetchAction>] [-q <strQuery>] [-c <strCommand>] [-d <strDbExec>] [-fp <pathToFile>]" ) endlocal
Fix bug: directory contains space character
Fix bug: directory contains space character
Batchfile
apache-2.0
wiperdog/wiperdog,wiperdog/wiperdog
26bdf748e5a275275a98530191d951cc694f0bc2
Dictionary/run.bat
Dictionary/run.bat
java -Xrunhprof:cpu=samples -DWNDBVERSION=1.7 -DWNHOME=C:\nlp\opennlp\opennlp\dictionary\src\ -DWNSEARCHDIR=C:\nlp\WordNet\dict\ -jar output\dictionary-0.1.0.jar %1 -g -h -o -a -s -Oop.txt -over -synsa -antsa -perta -famla -synsn -simsn -antsn -coorn -hypen -hypon -treen -holon -sprtn -smemn -ssubn -hholn -meron -subsn -partn -membn -hmern -nomnn -attrn -famln -synsv -simsv -antsv -coorv -hypev -hypov -treev -tropv -entav -causv -nomnv -framv -famlv -synsr -antsr -pertr -famlr
java -Xrunhprof:cpu=samples -DWNDBVERSION=1.7 -DWNHOME=C:\nlp\opennlp\opennlp\dictionary\src\ -DWNSEARCHDIR=C:\nlp\WordNet\dict\ -jar output\dictionary-0.1.0.jar %1 -g -h -o -a -s -Oop.txt -over -synsa -antsa -perta -famla -synsn -simsn -antsn -coorn -hypen -hypon -treen -holon -sprtn -smemn -ssubn -hholn -meron -subsn -partn -membn -hmern -nomnn -attrn -famln -synsv -simsv -antsv -coorv -hypev -hypov -treev -tropv -entav -causv -nomnv -framv -famlv -synsr -antsr -pertr -famlr
Stop error by adding space at end of line
Stop error by adding space at end of line
Batchfile
apache-2.0
mccraigmccraig/opennlp,mccraigmccraig/opennlp
0996a3397c98d112ee9096bb5776002ea35fa86a
pyoctree_build.bat
pyoctree_build.bat
REM Set variables for Microsoft Visual Studio for Python 2.7 REM @call "C:\Users\michaelh3\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\vcvarsall.bat" amd64 REM Set environ as workaround for bugs (See http://stackoverflow.com/questions/2817869/error-unable-to-find-vcvarsall-bat and http://bugs.python.org/issue23246) REM SET DISTUTILS_USE_SDK=1 REM SET MSSdk=1 @call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64 REM Test build python setup.py sdist bdist_wheel REM Upload to PyPi REM python setup.py sdist bdist_wheel upload
REM Set variables for Microsoft Visual Studio for Python 2.7 REM @call "C:\Users\michaelh3\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\vcvarsall.bat" amd64 REM Set environ as workaround for bugs (See http://stackoverflow.com/questions/2817869/error-unable-to-find-vcvarsall-bat and http://bugs.python.org/issue23246) REM SET DISTUTILS_USE_SDK=1 REM SET MSSdk=1 REM Set variables for Microsoft Visual Studio for Python 3.6 @call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64 REM Test build python setup.py sdist bdist_wheel REM Upload to PyPi REM python setup.py sdist bdist_wheel upload
Update bat file for Python 3 build
Update bat file for Python 3 build
Batchfile
mit
mhogg/pyoctree,mhogg/pyoctree
308bada0ac4b2bfd2d203c90b313ea33f57bb82d
build/scripts/LoadNuGetInfo.cmd
build/scripts/LoadNuGetInfo.cmd
@echo off REM This is a script that will set environment information about where to find REM NuGet.exe, it's version and ensure that it's present on the enlistment. set NuGetExeVersion=3.5.0-beta2 set NuGetExeFolder=%~dp0..\..\Binaries\Download\%NuGetExeVersion% set NuGetExe=%NuGetExeFolder%\NuGet.exe REM Download NuGet.exe if we haven't already if not exist "%NuGetExe%" ( echo Downloading NuGet %NuGetExeVersion% powershell -noprofile -executionPolicy RemoteSigned -file "%~dp0download-nuget.ps1" "%NuGetExeVersion%" "%NuGetExeFolder%" || goto :DownloadNuGetFailed )
@echo off REM This is a script that will set environment information about where to find REM NuGet.exe, it's version and ensure that it's present on the enlistment. set NuGetExeVersion=3.5.0-beta2 set NuGetExeFolder=%~dp0..\.. set NuGetExe=%NuGetExeFolder%\NuGet.exe REM Download NuGet.exe if we haven't already if not exist "%NuGetExe%" ( echo Downloading NuGet %NuGetExeVersion% powershell -noprofile -executionPolicy RemoteSigned -file "%~dp0download-nuget.ps1" "%NuGetExeVersion%" "%NuGetExeFolder%" || goto :DownloadNuGetFailed )
Move NuGet.exe restore location back to the root
Move NuGet.exe restore location back to the root After extensive testing it appears the number of places that assume NuGet.exe is in the root is "at least one more." Need to unblock the signed build so putting it back in the root temporarily.
Batchfile
mit
ErikSchierboom/roslyn,jmarolf/roslyn,srivatsn/roslyn,amcasey/roslyn,orthoxerox/roslyn,weltkante/roslyn,KevinH-MS/roslyn,panopticoncentral/roslyn,KiloBravoLima/roslyn,michalhosala/roslyn,AdamSpeight2008/roslyn-AdamSpeight2008,dotnet/roslyn,tannergooding/roslyn,robinsedlaczek/roslyn,balajikris/roslyn,DustinCampbell/roslyn,michalhosala/roslyn,agocke/roslyn,jasonmalinowski/roslyn,panopticoncentral/roslyn,mgoertz-msft/roslyn,davkean/roslyn,brettfo/roslyn,budcribar/roslyn,jamesqo/roslyn,paulvanbrenk/roslyn,reaction1989/roslyn,jmarolf/roslyn,Giftednewt/roslyn,weltkante/roslyn,KiloBravoLima/roslyn,KirillOsenkov/roslyn,paulvanbrenk/roslyn,tvand7093/roslyn,lorcanmooney/roslyn,ljw1004/roslyn,ErikSchierboom/roslyn,CaptainHayashi/roslyn,mattwar/roslyn,dotnet/roslyn,Shiney/roslyn,AArnott/roslyn,Pvlerick/roslyn,xoofx/roslyn,xoofx/roslyn,physhi/roslyn,tmat/roslyn,tvand7093/roslyn,TyOverby/roslyn,jasonmalinowski/roslyn,drognanar/roslyn,eriawan/roslyn,bkoelman/roslyn,akrisiun/roslyn,pdelvo/roslyn,kelltrick/roslyn,MattWindsor91/roslyn,natidea/roslyn,Pvlerick/roslyn,genlu/roslyn,jamesqo/roslyn,nguerrera/roslyn,zooba/roslyn,heejaechang/roslyn,bbarry/roslyn,wvdd007/roslyn,AlekseyTs/roslyn,xasx/roslyn,MatthieuMEZIL/roslyn,tmat/roslyn,leppie/roslyn,panopticoncentral/roslyn,leppie/roslyn,MattWindsor91/roslyn,mgoertz-msft/roslyn,yeaicc/roslyn,CyrusNajmabadi/roslyn,jaredpar/roslyn,yeaicc/roslyn,Hosch250/roslyn,orthoxerox/roslyn,AmadeusW/roslyn,ljw1004/roslyn,reaction1989/roslyn,robinsedlaczek/roslyn,VSadov/roslyn,MichalStrehovsky/roslyn,a-ctor/roslyn,CaptainHayashi/roslyn,MattWindsor91/roslyn,gafter/roslyn,davkean/roslyn,jcouv/roslyn,vslsnap/roslyn,jkotas/roslyn,aelij/roslyn,cston/roslyn,sharwell/roslyn,bkoelman/roslyn,jhendrixMSFT/roslyn,mmitche/roslyn,sharwell/roslyn,TyOverby/roslyn,genlu/roslyn,Hosch250/roslyn,mmitche/roslyn,tannergooding/roslyn,weltkante/roslyn,DustinCampbell/roslyn,brettfo/roslyn,KevinRansom/roslyn,AArnott/roslyn,eriawan/roslyn,swaroop-sridhar/roslyn,DustinCampbell/roslyn,kelltrick/roslyn,balajikris/roslyn,shyamnamboodiripad/roslyn,tmeschter/roslyn,natidea/roslyn,zooba/roslyn,KevinH-MS/roslyn,agocke/roslyn,aelij/roslyn,abock/roslyn,brettfo/roslyn,AlekseyTs/roslyn,aelij/roslyn,jkotas/roslyn,physhi/roslyn,Shiney/roslyn,diryboy/roslyn,MatthieuMEZIL/roslyn,tmeschter/roslyn,tannergooding/roslyn,budcribar/roslyn,akrisiun/roslyn,jeffanders/roslyn,swaroop-sridhar/roslyn,orthoxerox/roslyn,nguerrera/roslyn,swaroop-sridhar/roslyn,jhendrixMSFT/roslyn,AmadeusW/roslyn,a-ctor/roslyn,robinsedlaczek/roslyn,gafter/roslyn,dpoeschl/roslyn,jeffanders/roslyn,AdamSpeight2008/roslyn-AdamSpeight2008,stephentoub/roslyn,KevinH-MS/roslyn,pdelvo/roslyn,heejaechang/roslyn,TyOverby/roslyn,amcasey/roslyn,KevinRansom/roslyn,wvdd007/roslyn,khyperia/roslyn,mavasani/roslyn,jhendrixMSFT/roslyn,heejaechang/roslyn,OmarTawfik/roslyn,Pvlerick/roslyn,natidea/roslyn,KirillOsenkov/roslyn,akrisiun/roslyn,genlu/roslyn,nguerrera/roslyn,lorcanmooney/roslyn,diryboy/roslyn,jasonmalinowski/roslyn,physhi/roslyn,stephentoub/roslyn,dpoeschl/roslyn,AArnott/roslyn,xoofx/roslyn,jmarolf/roslyn,srivatsn/roslyn,OmarTawfik/roslyn,mmitche/roslyn,ErikSchierboom/roslyn,drognanar/roslyn,zooba/roslyn,jcouv/roslyn,Giftednewt/roslyn,amcasey/roslyn,CyrusNajmabadi/roslyn,abock/roslyn,MichalStrehovsky/roslyn,khyperia/roslyn,abock/roslyn,mattwar/roslyn,shyamnamboodiripad/roslyn,AnthonyDGreen/roslyn,Giftednewt/roslyn,xasx/roslyn,mgoertz-msft/roslyn,stephentoub/roslyn,bartdesmet/roslyn,leppie/roslyn,vslsnap/roslyn,jkotas/roslyn,dpoeschl/roslyn,jaredpar/roslyn,cston/roslyn,MatthieuMEZIL/roslyn,bkoelman/roslyn,jcouv/roslyn,mattscheffer/roslyn,KiloBravoLima/roslyn,AdamSpeight2008/roslyn-AdamSpeight2008,vslsnap/roslyn,eriawan/roslyn,mavasani/roslyn,ljw1004/roslyn,cston/roslyn,MattWindsor91/roslyn,CaptainHayashi/roslyn,drognanar/roslyn,srivatsn/roslyn,michalhosala/roslyn,agocke/roslyn,Hosch250/roslyn,bbarry/roslyn,lorcanmooney/roslyn,OmarTawfik/roslyn,mattscheffer/roslyn,tvand7093/roslyn,AmadeusW/roslyn,sharwell/roslyn,wvdd007/roslyn,Shiney/roslyn,gafter/roslyn,jeffanders/roslyn,tmeschter/roslyn,AnthonyDGreen/roslyn,VSadov/roslyn,MichalStrehovsky/roslyn,jamesqo/roslyn,diryboy/roslyn,paulvanbrenk/roslyn,bbarry/roslyn,bartdesmet/roslyn,mattwar/roslyn,mattscheffer/roslyn,xasx/roslyn,balajikris/roslyn,KirillOsenkov/roslyn,AlekseyTs/roslyn,budcribar/roslyn,tmat/roslyn,bartdesmet/roslyn,yeaicc/roslyn,reaction1989/roslyn,kelltrick/roslyn,dotnet/roslyn,jaredpar/roslyn,mavasani/roslyn,shyamnamboodiripad/roslyn,AnthonyDGreen/roslyn,KevinRansom/roslyn,a-ctor/roslyn,davkean/roslyn,VSadov/roslyn,khyperia/roslyn,pdelvo/roslyn,CyrusNajmabadi/roslyn
7f7232fe047a5823d0dbdea30bf21c66ffbeca47
jenkins/windows_csharp.cmd
jenkins/windows_csharp.cmd
@REM Copyright (c) Microsoft. All rights reserved. @REM Licensed under the MIT license. See LICENSE file in the project root for full license information. setlocal set build-root=%~dp0.. rem // resolve to fully qualified path for %%i in ("%build-root%") do set build-root=%%~fi REM -- C -- cd %build-root%\tools call build_dotnet.cmd %* if errorlevel 1 goto :eof call build_uwp.cmd %* if errorlevel 1 goto :eof cd %build-root%
@REM Copyright (c) Microsoft. All rights reserved. @REM Licensed under the MIT license. See LICENSE file in the project root for full license information. setlocal set build-root=%~dp0.. rem // resolve to fully qualified path for %%i in ("%build-root%") do set build-root=%%~fi REM -- C -- cd %build-root%\tools call build_dotnet.cmd %* if errorlevel 1 goto :eof call build_uwp.cmd --skip-unittests %* if errorlevel 1 goto :eof cd %build-root%
Fix unit test run error on UWP by not running them
Fix unit test run error on UWP by not running them
Batchfile
mit
yaweiw/azure-iot-gateway-sdk,yaweiw/azure-iot-gateway-sdk,yaweiw/azure-iot-gateway-sdk,yaweiw/azure-iot-gateway-sdk,yaweiw/azure-iot-gateway-sdk
72ae02547ff25b2afd51a8480a888356a2d3f247
build/scripts/LoadNuGetInfo.cmd
build/scripts/LoadNuGetInfo.cmd
@echo off REM This is a script that will set environment information about where to find REM NuGet.exe, it's version and ensure that it's present on the enlistment. set NuGetExeVersion=3.6.0-beta1 set NuGetExeFolder=%~dp0..\.. set NuGetExe=%NuGetExeFolder%\NuGet.exe if "%VisualStudioVersion%" == "15.0" ( set NuGetAdditionalCommandLineArgs=-verbosity quiet -configfile "%NuGetExeFolder%\nuget.config" -Project2ProjectTimeOut 1200 -msbuildpath "%DevenvDir%\..\..\MSBuild\15.0\Bin" ) else ( set NuGetAdditionalCommandLineArgs=-verbosity quiet -configfile "%NuGetExeFolder%\nuget.config" -Project2ProjectTimeOut 1200 ) REM Download NuGet.exe if we haven't already if not exist "%NuGetExe%" ( echo Downloading NuGet %NuGetExeVersion% powershell -noprofile -executionPolicy Bypass -file "%~dp0download-nuget.ps1" "%NuGetExeVersion%" "%NuGetExeFolder%" || goto :DownloadNuGetFailed )
@echo off REM This is a script that will set environment information about where to find REM NuGet.exe, it's version and ensure that it's present on the enlistment. set NuGetExeVersion=3.6.0-beta1 set NuGetExeFolder=%~dp0..\.. set NuGetExe=%NuGetExeFolder%\NuGet.exe REM If we have an applocal copy of MSBuild, pass it to NuGet. Otherwise, assume NuGet knows how to find it. if exist "%DevenvDir%\..\..\MSBuild\15.0\Bin\MSBuild.exe" ( set NuGetAdditionalCommandLineArgs=-verbosity quiet -configfile "%NuGetExeFolder%\nuget.config" -Project2ProjectTimeOut 1200 -msbuildpath "%DevenvDir%\..\..\MSBuild\15.0\Bin" ) else ( set NuGetAdditionalCommandLineArgs=-verbosity quiet -configfile "%NuGetExeFolder%\nuget.config" -Project2ProjectTimeOut 1200 ) REM Download NuGet.exe if we haven't already if not exist "%NuGetExe%" ( echo Downloading NuGet %NuGetExeVersion% powershell -noprofile -executionPolicy Bypass -file "%~dp0download-nuget.ps1" "%NuGetExeVersion%" "%NuGetExeFolder%" || goto :DownloadNuGetFailed )
Update test to check for existence of app-local msbuild instead of version number
Update test to check for existence of app-local msbuild instead of version number
Batchfile
mit
TyOverby/roslyn,mmitche/roslyn,shyamnamboodiripad/roslyn,paulvanbrenk/roslyn,khyperia/roslyn,heejaechang/roslyn,stephentoub/roslyn,jasonmalinowski/roslyn,weltkante/roslyn,robinsedlaczek/roslyn,eriawan/roslyn,abock/roslyn,robinsedlaczek/roslyn,kelltrick/roslyn,weltkante/roslyn,wvdd007/roslyn,shyamnamboodiripad/roslyn,mattwar/roslyn,nguerrera/roslyn,gafter/roslyn,physhi/roslyn,jcouv/roslyn,tmat/roslyn,reaction1989/roslyn,swaroop-sridhar/roslyn,srivatsn/roslyn,bartdesmet/roslyn,abock/roslyn,OmarTawfik/roslyn,tmat/roslyn,tvand7093/roslyn,mattscheffer/roslyn,pdelvo/roslyn,lorcanmooney/roslyn,KirillOsenkov/roslyn,akrisiun/roslyn,jkotas/roslyn,orthoxerox/roslyn,aelij/roslyn,yeaicc/roslyn,tannergooding/roslyn,tvand7093/roslyn,mavasani/roslyn,gafter/roslyn,davkean/roslyn,jkotas/roslyn,amcasey/roslyn,mattwar/roslyn,diryboy/roslyn,khyperia/roslyn,Giftednewt/roslyn,bbarry/roslyn,KevinH-MS/roslyn,drognanar/roslyn,VSadov/roslyn,swaroop-sridhar/roslyn,lorcanmooney/roslyn,orthoxerox/roslyn,dotnet/roslyn,agocke/roslyn,srivatsn/roslyn,cston/roslyn,reaction1989/roslyn,jmarolf/roslyn,drognanar/roslyn,AlekseyTs/roslyn,amcasey/roslyn,heejaechang/roslyn,ErikSchierboom/roslyn,xoofx/roslyn,Giftednewt/roslyn,Giftednewt/roslyn,panopticoncentral/roslyn,MichalStrehovsky/roslyn,TyOverby/roslyn,xasx/roslyn,swaroop-sridhar/roslyn,amcasey/roslyn,KirillOsenkov/roslyn,weltkante/roslyn,AmadeusW/roslyn,heejaechang/roslyn,AlekseyTs/roslyn,abock/roslyn,CyrusNajmabadi/roslyn,CyrusNajmabadi/roslyn,dpoeschl/roslyn,mattscheffer/roslyn,AnthonyDGreen/roslyn,zooba/roslyn,KevinRansom/roslyn,gafter/roslyn,nguerrera/roslyn,AnthonyDGreen/roslyn,TyOverby/roslyn,dotnet/roslyn,CyrusNajmabadi/roslyn,DustinCampbell/roslyn,ErikSchierboom/roslyn,Hosch250/roslyn,cston/roslyn,MichalStrehovsky/roslyn,CaptainHayashi/roslyn,pdelvo/roslyn,a-ctor/roslyn,ErikSchierboom/roslyn,MattWindsor91/roslyn,shyamnamboodiripad/roslyn,jamesqo/roslyn,akrisiun/roslyn,tmat/roslyn,stephentoub/roslyn,agocke/roslyn,mgoertz-msft/roslyn,a-ctor/roslyn,MattWindsor91/roslyn,AmadeusW/roslyn,brettfo/roslyn,physhi/roslyn,jeffanders/roslyn,jeffanders/roslyn,jasonmalinowski/roslyn,paulvanbrenk/roslyn,bartdesmet/roslyn,jmarolf/roslyn,DustinCampbell/roslyn,xasx/roslyn,diryboy/roslyn,bkoelman/roslyn,orthoxerox/roslyn,zooba/roslyn,panopticoncentral/roslyn,lorcanmooney/roslyn,srivatsn/roslyn,KevinH-MS/roslyn,a-ctor/roslyn,KevinH-MS/roslyn,diryboy/roslyn,CaptainHayashi/roslyn,reaction1989/roslyn,brettfo/roslyn,sharwell/roslyn,AdamSpeight2008/roslyn-AdamSpeight2008,sharwell/roslyn,khyperia/roslyn,dpoeschl/roslyn,aelij/roslyn,yeaicc/roslyn,AArnott/roslyn,genlu/roslyn,davkean/roslyn,mmitche/roslyn,tmeschter/roslyn,paulvanbrenk/roslyn,nguerrera/roslyn,jamesqo/roslyn,tmeschter/roslyn,AArnott/roslyn,aelij/roslyn,vslsnap/roslyn,mattscheffer/roslyn,Hosch250/roslyn,jamesqo/roslyn,mgoertz-msft/roslyn,dotnet/roslyn,vslsnap/roslyn,AArnott/roslyn,jmarolf/roslyn,AdamSpeight2008/roslyn-AdamSpeight2008,jcouv/roslyn,jkotas/roslyn,bkoelman/roslyn,tannergooding/roslyn,eriawan/roslyn,pdelvo/roslyn,mavasani/roslyn,jasonmalinowski/roslyn,mavasani/roslyn,sharwell/roslyn,AnthonyDGreen/roslyn,bartdesmet/roslyn,KevinRansom/roslyn,MichalStrehovsky/roslyn,MattWindsor91/roslyn,tvand7093/roslyn,AmadeusW/roslyn,vslsnap/roslyn,AdamSpeight2008/roslyn-AdamSpeight2008,cston/roslyn,KevinRansom/roslyn,kelltrick/roslyn,AlekseyTs/roslyn,wvdd007/roslyn,akrisiun/roslyn,bbarry/roslyn,bbarry/roslyn,zooba/roslyn,VSadov/roslyn,VSadov/roslyn,panopticoncentral/roslyn,agocke/roslyn,stephentoub/roslyn,tmeschter/roslyn,xoofx/roslyn,brettfo/roslyn,OmarTawfik/roslyn,davkean/roslyn,wvdd007/roslyn,yeaicc/roslyn,tannergooding/roslyn,genlu/roslyn,dpoeschl/roslyn,mmitche/roslyn,drognanar/roslyn,KirillOsenkov/roslyn,kelltrick/roslyn,Hosch250/roslyn,eriawan/roslyn,jcouv/roslyn,DustinCampbell/roslyn,CaptainHayashi/roslyn,robinsedlaczek/roslyn,jeffanders/roslyn,bkoelman/roslyn,OmarTawfik/roslyn,mgoertz-msft/roslyn,xoofx/roslyn,mattwar/roslyn,physhi/roslyn,genlu/roslyn,xasx/roslyn,MattWindsor91/roslyn
e8ae79e53d0845d1b8c33b7ef51c53351df24ee6
runbuildscript.bat
runbuildscript.bat
# This is for windows users only. # If you're on a mac or linux, just run `ant build` from this folder in Terminal set MYDIR=%~dp0 set ANT_OPTS=-D"file.encoding=UTF-8" ant build
REM # This is for windows users only. REM # If you're on a mac or linux, just run `ant build` from this folder in Terminal set MYDIR=%~dp0 set ANT_OPTS=-D"file.encoding=UTF-8" ant build
Use REM for comments to avoid error messages on the DOS prompt for Windows users
Use REM for comments to avoid error messages on the DOS prompt for Windows users
Batchfile
mit
thetrickster/foundation-bc,lhagan/PlainReader,seanoshea/krissyoshea,scraperwiki/urchin-website,firnny29-cts/helloworld1,jacquesdeklerk/jacquesdeklerk,thetrickster/foundation-bc,seanoshea/krissyoshea,thetrickster/foundation-bc,jacquesdeklerk/jacquesdeklerk,fady/ant-build-script,lhagan/PlainReader,lhagan/PlainReader,scraperwiki/urchin-website,jacquesdeklerk/jacquesdeklerk,derekandtereza/derekandtereza.github.com,lhagan/PlainReader,derekandtereza/derekandtereza.github.com,scraperwiki/urchin-website,thetrickster/foundation-bc,h5bp/ant-build-script,lhagan/PlainReader
440a6edb7362799804c042374eac032f8e480856
Prepare_AllDependencies.bat
Prepare_AllDependencies.bat
@echo off cd build cmd /c "build.bat /target:PrepareDependencies" & pause & exit
@echo off cd /d %~dp0build cmd /c "build.bat /target:PrepareDependencies" & pause & exit
Fix path when right-clicking batch and Running as Administrator
Fix path when right-clicking batch and Running as Administrator
Batchfile
lgpl-2.1
n2cms/n2cms,nicklv/n2cms,bussemac/n2cms,DejanMilicic/n2cms,DejanMilicic/n2cms,EzyWebwerkstaden/n2cms,nicklv/n2cms,nimore/n2cms,DejanMilicic/n2cms,bussemac/n2cms,VoidPointerAB/n2cms,nicklv/n2cms,bussemac/n2cms,VoidPointerAB/n2cms,bussemac/n2cms,nimore/n2cms,n2cms/n2cms,n2cms/n2cms,SntsDev/n2cms,SntsDev/n2cms,EzyWebwerkstaden/n2cms,EzyWebwerkstaden/n2cms,SntsDev/n2cms,VoidPointerAB/n2cms,n2cms/n2cms,nicklv/n2cms,EzyWebwerkstaden/n2cms,nimore/n2cms,VoidPointerAB/n2cms,nimore/n2cms,bussemac/n2cms,DejanMilicic/n2cms,EzyWebwerkstaden/n2cms,nicklv/n2cms,SntsDev/n2cms
b3225609b23fcb38edc4d7a810ba72bcb39555ac
makepanda/makepanda.bat
makepanda/makepanda.bat
@echo off REM REM Verify that we can find the 'makepanda' python script REM and the python interpreter. If we can find both, then REM run 'makepanda'. REM set thirdparty=thirdparty if defined MAKEPANDA_THIRDPARTY set thirdparty=%MAKEPANDA_THIRDPARTY% if not exist makepanda\makepanda.py goto :missing1 if not exist %thirdparty%\win-python\python.exe goto :missing2 %thirdparty%\win-python\python.exe makepanda\makepanda.py %* if errorlevel 1 if x%1 == x--slavebuild exit 1 goto done :missing1 echo You need to change directory to the root of the panda source tree echo before invoking makepanda. For further install instructions, read echo the installation instructions in the file doc/INSTALL-MK. goto done :missing2 echo You seem to be missing the 'thirdparty' directory. You probably checked echo the source code out from sourceforge. The sourceforge repository is echo missing the 'thirdparty' directory. You will need to supplement the echo code by downloading the 'thirdparty' directory from www.panda3d.org goto done :done
@echo off REM REM Check the Windows architecture and determine with Python REM to use; 64-bit or 32-bit. Verify that we can find the REM 'makepanda' python script and the python interpreter. REM If we can find both, then run 'makepanda'. REM if %PROCESSOR_ARCHITECTURE% == AMD64 ( set pythondir=win-python-x64 ) else ( set pythondir=win-python ) set thirdparty=thirdparty if defined MAKEPANDA_THIRDPARTY set thirdparty=%MAKEPANDA_THIRDPARTY% if not exist makepanda\makepanda.py goto :missing1 if not exist %thirdparty%\%pythondir%\python.exe goto :missing2 %thirdparty%\%pythondir%\python.exe makepanda\makepanda.py %* if errorlevel 1 if x%1 == x--slavebuild exit 1 goto done :missing1 echo You need to change directory to the root of the panda source tree echo before invoking makepanda. For further install instructions, read echo the installation instructions in the file doc/INSTALL-MK. goto done :missing2 echo %thirdparty% echo You seem to be missing the 'thirdparty' directory. You probably checked echo the source code out from sourceforge. The sourceforge repository is echo missing the 'thirdparty' directory. You will need to supplement the echo code by downloading the 'thirdparty' directory from www.panda3d.org goto done :done
Add a check for 32-bit vs 64-bit OS and then use the appropriate python
Add a check for 32-bit vs 64-bit OS and then use the appropriate python
Batchfile
bsd-3-clause
brakhane/panda3d,hj3938/panda3d,jjkoletar/panda3d,cc272309126/panda3d,hj3938/panda3d,mgracer48/panda3d,tobspr/panda3d,grimfang/panda3d,Wilee999/panda3d,mgracer48/panda3d,chandler14362/panda3d,matthiascy/panda3d,hj3938/panda3d,chandler14362/panda3d,mgracer48/panda3d,matthiascy/panda3d,tobspr/panda3d,ee08b397/panda3d,grimfang/panda3d,grimfang/panda3d,chandler14362/panda3d,jjkoletar/panda3d,brakhane/panda3d,mgracer48/panda3d,chandler14362/panda3d,brakhane/panda3d,grimfang/panda3d,chandler14362/panda3d,hj3938/panda3d,hj3938/panda3d,ee08b397/panda3d,brakhane/panda3d,brakhane/panda3d,mgracer48/panda3d,hj3938/panda3d,matthiascy/panda3d,chandler14362/panda3d,grimfang/panda3d,brakhane/panda3d,ee08b397/panda3d,hj3938/panda3d,cc272309126/panda3d,Wilee999/panda3d,cc272309126/panda3d,mgracer48/panda3d,ee08b397/panda3d,ee08b397/panda3d,chandler14362/panda3d,mgracer48/panda3d,Wilee999/panda3d,cc272309126/panda3d,cc272309126/panda3d,tobspr/panda3d,Wilee999/panda3d,matthiascy/panda3d,tobspr/panda3d,matthiascy/panda3d,grimfang/panda3d,jjkoletar/panda3d,brakhane/panda3d,grimfang/panda3d,tobspr/panda3d,tobspr/panda3d,mgracer48/panda3d,jjkoletar/panda3d,ee08b397/panda3d,jjkoletar/panda3d,ee08b397/panda3d,Wilee999/panda3d,tobspr/panda3d,chandler14362/panda3d,hj3938/panda3d,jjkoletar/panda3d,tobspr/panda3d,cc272309126/panda3d,matthiascy/panda3d,grimfang/panda3d,chandler14362/panda3d,hj3938/panda3d,tobspr/panda3d,jjkoletar/panda3d,grimfang/panda3d,jjkoletar/panda3d,cc272309126/panda3d,brakhane/panda3d,grimfang/panda3d,matthiascy/panda3d,jjkoletar/panda3d,ee08b397/panda3d,matthiascy/panda3d,cc272309126/panda3d,Wilee999/panda3d,matthiascy/panda3d,Wilee999/panda3d,tobspr/panda3d,ee08b397/panda3d,Wilee999/panda3d,chandler14362/panda3d,mgracer48/panda3d,Wilee999/panda3d,cc272309126/panda3d,brakhane/panda3d
797ecdc75ff8ad64e102be4dd1b7d0db8b3b7bd5
GeocacheHeight/build.bat
GeocacheHeight/build.bat
@echo off set BASENAME=Geocache_Height set BASEPATH=%HOMEPATH%\Documents\Dev\GitHub\userscripts\GeocacheHeight set DEPLOYPATH=%APPDATA%\Mozilla\Firefox\Profiles\6rhioilk.default\gm_scripts\%BASENAME% cd "%BASEPATH%" copy "src\%BASENAME%.meta.js" . copy /b "src\%BASENAME%.meta.js" + src\header.js + "src\formatHeight.js" + "src\%BASENAME%.js" + src\footer.js ".\%BASENAME%.user.js" copy %BASENAME%.meta.js %DEPLOYPATH% copy %BASENAME%.user.js %DEPLOYPATH% copy "src\%BASENAME%_feet.meta.js" . copy /b "src\%BASENAME%_feet.meta.js" + src\header.js + "src\formatHeight_feet.js" + "src\%BASENAME%.js" + src\footer.js ".\%BASENAME%_feet.user.js" copy %BASENAME%_feet.meta.js %DEPLOYPATH% copy %BASENAME%_feet.user.js %DEPLOYPATH% set BASENAME= set BASEPATH=
@echo off set BASENAME=Geocache_Height set BASEPATH=%HOMEPATH%\Documents\Dev\GitHub\userscripts\GeocacheHeight set DEPLOYPATH=%APPDATA%\Mozilla\Firefox\Profiles\6rhioilk.default\gm_scripts\%BASENAME% cd "%BASEPATH%" copy "src\%BASENAME%.meta.js" . copy /b "src\%BASENAME%.meta.js" + src\header.js + "src\formatHeight.js" + "src\%BASENAME%.js" + src\footer.js ".\%BASENAME%.user.js" copy %BASENAME%.meta.js %DEPLOYPATH% copy %BASENAME%.user.js %DEPLOYPATH% copy "src\%BASENAME%_feet.meta.js" . copy /b "src\%BASENAME%_feet.meta.js" + src\header.js + "src\formatHeight_feet.js" + "src\%BASENAME%.js" + src\footer.js ".\%BASENAME%_feet.user.js" copy %BASENAME%_feet.meta.js %DEPLOYPATH%_(feet) copy %BASENAME%_feet.user.js %DEPLOYPATH%_(feet) set BASENAME= set BASEPATH=
Deploy feet version to own folder
Deploy feet version to own folder
Batchfile
mit
JRInge/userscripts,JRInge/userscripts
8998ec77366f40bf824978ab8882a1538e4ce504
Source/wb-git.cmd
Source/wb-git.cmd
setlocal set BUILDER_START_DIR= set BUILDER_TOP_DIR= set BUILDROOT_DIR= set __CMD_INIT_RUN__= %PYTHON% wb_git_main.py %* endlocal
setlocal set PYTHONPATH=%BUILDER_TOP_DIR%\Source;%BUILDER_TOP_DIR%\Source\Common set BUILDER_START_DIR= set BUILDER_TOP_DIR= set BUILDROOT_DIR= set __CMD_INIT_RUN__= echo PYTHONPATH %PYTHONPATH% %PYTHON% wb_git_main.py %* endlocal
Update to work with common
Update to work with common
Batchfile
apache-2.0
barry-scott/scm-workbench,barry-scott/git-workbench,barry-scott/scm-workbench,barry-scott/scm-workbench,barry-scott/git-workbench
c33a7eb4c1b412f9f4b03c48dc5b66d6e5929751
popcorn.cmd
popcorn.cmd
@echo off setlocal set "output=nul" set "times=1" :help :parseArgs if "%~1" == "" goto main if /i "%~1" == "-?" goto help if /i "%~1" == "-h" goto help if /i "%~1" == "--help" goto help if /i "%~1" == "-t" ( set "times=%~2" shift ) if /i "%~1" == "--times" ( set "times=%~2" shift ) if /i "%~1" == "-o" ( set "output=%~2" shift ) if /i "%~1" == "--output" ( set "output=%~2" shift ) shift :curl @powershell -NoProfile "iwr %~1 -OutFile %~2" 2> nul goto :eof :downloadPackage set "url=https://www.nuget.org/api/v2/package/%~1" call :curl "%url%" %2 goto :eof :main for /l %%i in (1, 1, %times%) do ( call :downloadPackage "%package%" "%output%" )
@echo off setlocal set "output=nul" set "times=1" :help goto :eof :parseArgs if "%~1" == "" goto main if /i "%~1" == "-?" goto help if /i "%~1" == "-h" goto help if /i "%~1" == "--help" goto help if /i "%~1" == "-t" ( set "times=%~2" shift ) if /i "%~1" == "--times" ( set "times=%~2" shift ) if /i "%~1" == "-o" ( set "output=%~2" shift ) if /i "%~1" == "--output" ( set "output=%~2" shift ) shift goto parseArgs :curl @powershell -NoProfile "iwr %~1 -OutFile %~2" 2> nul goto :eof :downloadPackage set "url=https://www.nuget.org/api/v2/package/%~1" call :curl "%url%" %2 goto :eof :main for /l %%i in (1, 1, %times%) do ( call :downloadPackage "%package%" "%output%" )
Fix labels in the cmd script
Fix labels in the cmd script
Batchfile
mit
jamesqo/popcorn
38d99d52ae46f67d5a1862f95ef57cc4eda17326
scripts/tests/run_tests.bat
scripts/tests/run_tests.bat
@echo off rem ======================================================================== rem rem Copyright 2015-2017 Intel Corporation rem rem rem rem Licensed under the Apache License, Version 2.0 (the "License"); rem rem you may not use this file except in compliance with the License. rem rem You may obtain a copy of the License at rem rem rem rem http://www.apache.org/licenses/LICENSE-2.0 rem rem rem rem Unless required by applicable law or agreed to in writing, software rem rem distributed under the License is distributed on an "AS IS" BASIS, rem rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. rem rem See the License for the specific language governing permissions and rem rem limitations under the License. rem rem ======================================================================== rem setlocal echo Running tests md failed set OSP_LIBS=build\Release set BASELINE_DIR=N:\OSPRay\test-data\img\ set PATH=%PATH%;%OSP_LIBS%;%embree_DIR%\bin call build\regression_tests\Release\ospray_test_suite.exe --gtest_output=xml:tests.xml --baseline-dir=%BASELINE_DIR% exit /B %ERRORLEBEL% endlocal
@echo off rem ======================================================================== rem rem Copyright 2015-2017 Intel Corporation rem rem rem rem Licensed under the Apache License, Version 2.0 (the "License"); rem rem you may not use this file except in compliance with the License. rem rem You may obtain a copy of the License at rem rem rem rem http://www.apache.org/licenses/LICENSE-2.0 rem rem rem rem Unless required by applicable law or agreed to in writing, software rem rem distributed under the License is distributed on an "AS IS" BASIS, rem rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. rem rem See the License for the specific language governing permissions and rem rem limitations under the License. rem rem ======================================================================== rem setlocal echo Running tests md failed set OSP_LIBS=build\Release set BASELINE_DIR=\\sdvis-nas\NAS\OSPRay\test-data\img\ set PATH=%PATH%;%OSP_LIBS%;%embree_DIR%\bin call build\regression_tests\Release\ospray_test_suite.exe --gtest_output=xml:tests.xml --baseline-dir=%BASELINE_DIR% exit /B %ERRORLEBEL% endlocal
Change baseline path for Win to avoid problematic drive letter
Change baseline path for Win to avoid problematic drive letter
Batchfile
apache-2.0
ospray/OSPRay,wilsonCernWq/ospray,ospray/OSPRay,ospray/OSPRay,ospray/OSPRay,wilsonCernWq/ospray,wilsonCernWq/ospray
60b6ebacc8845aef72668864754b9526b0afa8aa
distribution/src/bin/elasticsearch-plugin.bat
distribution/src/bin/elasticsearch-plugin.bat
@echo off setlocal enabledelayedexpansion setlocal enableextensions set ES_JAVA_OPTS="--add-opens java.base/sun.security.provider=ALL-UNNAMED %ES_JAVA_OPTS%" set ES_MAIN_CLASS=org.elasticsearch.plugins.PluginCli set ES_ADDITIONAL_CLASSPATH_DIRECTORIES=lib/tools/plugin-cli call "%~dp0elasticsearch-cli.bat" ^ %%* ^ || goto exit endlocal endlocal :exit exit /b %ERRORLEVEL%
@echo off setlocal enabledelayedexpansion setlocal enableextensions set ES_JAVA_OPTS=--add-opens java.base/sun.security.provider=ALL-UNNAMED %ES_JAVA_OPTS% set ES_MAIN_CLASS=org.elasticsearch.plugins.PluginCli set ES_ADDITIONAL_CLASSPATH_DIRECTORIES=lib/tools/plugin-cli call "%~dp0elasticsearch-cli.bat" ^ %%* ^ || goto exit endlocal endlocal :exit exit /b %ERRORLEVEL%
Fix quoting of ES_JAVA_OPTS in plugin script
Fix quoting of ES_JAVA_OPTS in plugin script This commit fixes the quoting of ES_JAVA_OPTS in the plugin script on Windows.
Batchfile
apache-2.0
scorpionvicky/elasticsearch,gingerwizard/elasticsearch,robin13/elasticsearch,nknize/elasticsearch,HonzaKral/elasticsearch,gingerwizard/elasticsearch,HonzaKral/elasticsearch,coding0011/elasticsearch,gingerwizard/elasticsearch,robin13/elasticsearch,uschindler/elasticsearch,coding0011/elasticsearch,gingerwizard/elasticsearch,robin13/elasticsearch,uschindler/elasticsearch,uschindler/elasticsearch,scorpionvicky/elasticsearch,nknize/elasticsearch,robin13/elasticsearch,uschindler/elasticsearch,HonzaKral/elasticsearch,scorpionvicky/elasticsearch,coding0011/elasticsearch,HonzaKral/elasticsearch,nknize/elasticsearch,coding0011/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,gingerwizard/elasticsearch,GlenRSmith/elasticsearch,nknize/elasticsearch,gingerwizard/elasticsearch,uschindler/elasticsearch,robin13/elasticsearch,nknize/elasticsearch,GlenRSmith/elasticsearch,scorpionvicky/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,coding0011/elasticsearch
5954ee27d0be48e8a8340b355cb862d62e60063d
makezip.bat
makezip.bat
@echo off "%PROGRAMFILES%\7-Zip\7z" a -tzip "AITD-tools.zip" ^ ".\CacheViewer\CacheViewer\bin\Release\*.exe" ^ ".\LifeDISA\LifeDISA\bin\Release\*.exe" ^ ".\LifeDISA\LifeDISA\bin\Release\UnPAK.dll" ^ ".\MemoryViewer\MemoryViewer\bin\Release\*.exe" ^ ".\MemoryViewer\MemoryViewer\bin\Release\SDL.dll" ^ ".\MemoryViewer\MemoryViewer\bin\Release\SDL2.dll" ^ ".\MemoryViewer\MemoryViewer\bin\Release\SDL2_image.dll" ^ ".\MemoryViewer\MemoryViewer\bin\Release\Shared.dll" ^ ".\TrackDISA\TrackDISA\bin\Release\*.exe" ^ ".\VarsViewer\VarsViewer\bin\Release\*.exe"
@echo off %WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe /p:Configuration=Release ".\CacheViewer\CacheViewer.sln" if %ERRORLEVEL% NEQ 0 pause %WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe /p:Configuration=Release ".\LifeDISA\LifeDISA.sln" if %ERRORLEVEL% NEQ 0 pause %WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe /p:Configuration=Release ".\MemoryViewer\MemoryViewer.sln" if %ERRORLEVEL% NEQ 0 pause %WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe /p:Configuration=Release ".\TrackDISA\TrackDISA.sln" if %ERRORLEVEL% NEQ 0 pause %WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe /p:Configuration=Release ".\VarsViewer\VarsViewer.sln" if %ERRORLEVEL% NEQ 0 pause "%PROGRAMFILES%\7-Zip\7z" a -tzip "AITD-tools.zip" ^ ".\CacheViewer\CacheViewer\bin\Release\*.exe" ^ ".\LifeDISA\LifeDISA\bin\Release\*.exe" ^ ".\LifeDISA\LifeDISA\bin\Release\UnPAK.dll" ^ ".\MemoryViewer\MemoryViewer\bin\Release\*.exe" ^ ".\MemoryViewer\MemoryViewer\bin\Release\SDL.dll" ^ ".\MemoryViewer\MemoryViewer\bin\Release\SDL2.dll" ^ ".\MemoryViewer\MemoryViewer\bin\Release\SDL2_image.dll" ^ ".\MemoryViewer\MemoryViewer\bin\Release\Shared.dll" ^ ".\TrackDISA\TrackDISA\bin\Release\*.exe" ^ ".\VarsViewer\VarsViewer\bin\Release\*.exe" ^ "-mx=9" if %ERRORLEVEL% NEQ 0 pause
Call msbuild from build script
Call msbuild from build script
Batchfile
mit
tigrouind/LifeDISA,tigrouind/LifeDISA
9159ce5b5a72d56738fad015846cec961372c020
bintrayupload.bat
bintrayupload.bat
@echo off setlocal EnableDelayedExpansion REM Uploading all modules at once (with one gradle command) does not work any more, so a separate command for each module must be issued SET username=%1 SET apikey=%2 SET modules="MediaPlayer" "MediaPlayer-DASH" FOR %%m in (%modules%) DO ( gradlew %%~m:clean %%~m:build %%~m:bintrayUpload -PbintrayUser=%username% -PbintrayKey=%apikey% -PdryRun=false )
@echo off setlocal EnableDelayedExpansion REM Uploading all modules at once (with one gradle command) does not work any more, so a separate command for each module must be issued SET username=%1 SET apikey=%2 SET modules="MediaPlayer" "MediaPlayer-DASH" FOR %%m in (%modules%) DO ( gradlew %%~m:clean %%~m:build %%~m:bintrayUpload -PbintrayUser=%username% -PbintrayKey=%apikey% -PdryRun=false --configure-on-demand )
Add gradle --configure-on-demand flag to bintray upload script
Add gradle --configure-on-demand flag to bintray upload script Gradle by default configures all projects, even the ones which will not be executed. Because of this, it always asks for the keystore passwords for the demo app, which is a PITA. Adding this flag makes the bintray upload script run without user interaction.
Batchfile
apache-2.0
protyposis/MediaPlayer-Extended,protyposis/MediaPlayer-Extended
2fb6e0d53817ed42076fb3484cfb3f6b5fc306ef
build/publish.cmd
build/publish.cmd
### this file is a sample taken from mongo-c-driver-legacy-build. must be adapted to new driver #### robocopy ..\bin\Win32\Debug\ %1\user\mongoc-dll\ mongo-client*.dll /ZB /X /COPYALL /TEE robocopy ..\bin\Win32\Release\ %1\user\mongoc-dll\ mongo-client*.dll /ZB /X /COPYALL /TEE robocopy ..\bin\x64\Debug\ %1\user\mongoc-dll\ mongo-client*.dll /ZB /X /COPYALL /TEE robocopy ..\bin\x64\Release\ %1\user\mongoc-dll\ mongo-client*.dll /ZB /X /COPYALL /TEE EXIT /B 0
### this file is a sample taken from mongo-c-driver-legacy-build. must be adapted to new driver #### robocopy ..\bin\Win32\Debug\ %1\user\mongoc-dll\ mongo-client*.dll /ZB /X /TEE robocopy ..\bin\Win32\Release\ %1\user\mongoc-dll\ mongo-client*.dll /ZB /X /TEE robocopy ..\bin\x64\Debug\ %1\user\mongoc-dll\ mongo-client*.dll /ZB /X /TEE robocopy ..\bin\x64\Release\ %1\user\mongoc-dll\ mongo-client*.dll /ZB /X /TEE EXIT /B 0
Remove copyall in order to copy to network share
Remove copyall in order to copy to network share
Batchfile
mit
Convey-Compliance/mongo-c-driver-build,alexeyvo/mongo-c-driver-build
d2efab8c72e9c10b79814e6ed123684c13c1cd83
BuildAll.bat
BuildAll.bat
pushd NCDK call :BuildProject NCDK popd pushd NCDKDisplay call :BuildProject NCDK.Display popd goto END :BuildProject set ProjectName=%1 if "%ProjectName%" == "" exit 1 MSBuild "%ProjectName%.csproj" /t:Build /p:Configuration=Release nuget pack "%ProjectName%.nuspec" -Prop Configuration=Release -IncludeReferencedProjects if "%MyNuGetDir%" neq "" ( xcopy /D /Y "*.nupkg" "%MyNuGetDir%" del /Q "*.nupkg" ) set ProjectName= exit /b :END
pushd NCDK dotnet add package MathNet.Numerics.Signed dotnet add package dotNetRDF call :BuildProject NCDK popd pushd NCDKDisplay call :BuildProject NCDK.Display popd goto END :BuildProject set ProjectName=%1 if "%ProjectName%" == "" exit 1 MSBuild "%ProjectName%.csproj" /t:Build /p:Configuration=Release nuget pack "%ProjectName%.nuspec" -Prop Configuration=Release -IncludeReferencedProjects if "%MyNuGetDir%" neq "" ( xcopy /D /Y "*.nupkg" "%MyNuGetDir%" del /Q "*.nupkg" ) set ProjectName= exit /b :END
Add installing NuGet packages to build bat file
Add installing NuGet packages to build bat file
Batchfile
lgpl-2.1
kazuyaujihara/NCDK
5d994fc42cc02ad7a7f6bbcb2268c0142b47c081
test/run-test-x64.cmd
test/run-test-x64.cmd
set path=%userprofile%\Downloads\instantclient-basic-windows.x64-12.1.0.1.0\instantclient_12_1\vc11;%userprofile%\Downloads\instantclient-basic-windows.x64-12.1.0.1.0\instantclient_12_1;%path% copy packages\oracledart\oracledart_extension.dll packages\oracledart\oracledart_extension_ia32.dll copy packages\oracledart\oracledart_extension_x64.dll packages\oracledart\oracledart_extension.dll ..\build\ReleaseX64\dart oracledart_test.dart del packages\oracledart\oracledart_extension.dll copy packages\oracledart\oracledart_extension_ia32.dll packages\oracledart\oracledart_extension.dll del packages\oracledart\oracledart_extension_ia32.dll
set path=%userprofile%\Downloads\instantclient-basic-windows.x64-12.1.0.1.0\instantclient_12_1\vc11;%userprofile%\Downloads\instantclient-basic-windows.x64-12.1.0.1.0\instantclient_12_1;%path% copy packages\oracledart\oracledart_extension.dll packages\oracledart\oracledart_extension_ia32.dll copy packages\oracledart\oracledart_extension_x64.dll packages\oracledart\oracledart_extension.dll ..\build\ReleaseX64\dart oracledart_test.dart set buildexitcode=%ERRORLEVEL% del packages\oracledart\oracledart_extension.dll copy packages\oracledart\oracledart_extension_ia32.dll packages\oracledart\oracledart_extension.dll del packages\oracledart\oracledart_extension_ia32.dll exit /b %buildexitcode%
Fix error propagation for windows x64 build script
Fix error propagation for windows x64 build script
Batchfile
bsd-2-clause
aam/oracledart,aam/oracledart,aam/oracledart,aam/oracledart
467942e1bebf5587bfe8a74317814b388b91d19c
build/build.bat
build/build.bat
Set DecorateName=DecorateName Set Book=mencius Set FontType=Traditional Set BookFont=%Book%_%FontType% Set CSSExt=.css Set CSS_=--css=..\css\ Set NameStyle=%CSS_%%DecorateName%%CSSExt% Set Output=%BookFont% If "%1" == "name" ( Set Output=%Output%_%DecorateName% Set Style=%NameStyle% ) If Not "%2" == "" ( Set Output=%Output%_%2 Set Style=%Style% %CSS_%%2%CSSExt% ) If Not "%3" == "" ( Set Output=%Output%_%3 Set Style=%Style% %CSS_%%3%CSSExt% ) Set HTMLExt=.html Set HTMLOutput=%Output%%HTMLExt% Call pandoc ..\source\%Book%.md -o %HTMLOutput% --standalone --toc %Style% --verbose Call wkhtmltopdf.exe --margin-top 15 --margin-bottom 15 --header-center [section] --header-left [subsection] --header-right [page] --header-line --header-spacing 5 --footer-center "Version 0.1" --footer-line --footer-spacing 5 %HTMLOutput% %Output%.pdf
Set DecorateName=DecorateName Set Book=mencius Set FontType=Traditional Set BookFont=%Book%_%FontType% Set CSSExt=.css Set CSS_=--css=..\css\ Set NameStyle=%CSS_%%DecorateName%%CSSExt% Set Output=%BookFont% If "%1" == "name" ( Set Output=%Output%_%DecorateName% Set Style=%NameStyle% ) If Not "%2" == "" ( Set Output=%Output%_%2 Set Style=%Style% %CSS_%%2%CSSExt% ) If Not "%3" == "" ( Set Output=%Output%_%3 Set Style=%Style% %CSS_%%3%CSSExt% ) Set HTMLExt=.html Set HTMLOutput=%Output%%HTMLExt% Call pandoc ..\source\%Book%.md -o %HTMLOutput% --standalone --toc %Style% --verbose Call wkhtmltopdf.exe --margin-top 15 --header-spacing 5 --header-right [subsection] --header-line --margin-bottom 15 --footer-spacing 5 --footer-left "Dujing Academy" --footer-right [page]/[topage] --footer-line --footer-font-size 5 %HTMLOutput% %Output%.pdf
Build header and footer properly
Build header and footer properly
Batchfile
mit
fan-jiang/Dujing
c63b86d0f755b5417c7ed35cb3e893f7d4fbda51
runbuildscript.bat
runbuildscript.bat
# This is for windows users only. # If you're on a mac or linux, just run `ant build` from this folder in Terminal set MYDIR=%~dp0 set ANT_OPTS=-D"file.encoding=UTF-8" ant build
REM # This is for windows users only. REM # If you're on a mac or linux, just run `ant build` from this folder in Terminal set MYDIR=%~dp0 set ANT_OPTS=-D"file.encoding=UTF-8" ant build
Use REM for comments to avoid error messages on the DOS prompt for Windows users
Use REM for comments to avoid error messages on the DOS prompt for Windows users
Batchfile
mit
mklabs/node-build-script,mklabs/node-build-script
8ef40ec205d14b0739c813cbb4dd9a2c322e1cc4
Build/Pack_Xamarin.cmd
Build/Pack_Xamarin.cmd
copy ..\README.md ..\Output copy ..\LICENSE ..\Output copy ..\AUTHORS ..\Output copy ..\CONTRIBUTORS ..\Output mkdir ..\Output\lib mkdir ..\Output\lib\MonoTouch mkdir ..\Output\lib\MonoAndroid mkdir ..\Output\lib\Xamarin.iOS10 copy ..\Output\XamarinIOS\OxyPlot.XamarinIOS.??? ..\Output\lib\MonoTouch copy ..\Output\XamarinAndroid\OxyPlot.XamarinAndroid.??? ..\Output\lib\MonoAndroid copy ..\Output\Xamarin.iOS\OxyPlot.Xamarin.iOS.??? ..\Output\lib\Xamarin.iOS10 copy ..\Source\OxyPlot.XamarinIOS\*.nuspec ..\Output copy ..\Source\OxyPlot.XamarinAndroid\*.nuspec ..\Output nuget pack ..\Output\OxyPlot.XamarinIOS.nuspec -OutputDirectory ..\Output nuget pack ..\Output\OxyPlot.XamarinAndroid.nuspec -OutputDirectory ..\Output nuget pack ..\Source\OxyPlot.XamarinForms/OxyPlot.XamarinForms.nuspec -OutputDirectory ../Output pause
copy ..\README.md ..\Output copy ..\LICENSE ..\Output copy ..\AUTHORS ..\Output copy ..\CONTRIBUTORS ..\Output mkdir ..\Output\lib mkdir ..\Output\lib\MonoTouch mkdir ..\Output\lib\MonoAndroid mkdir ..\Output\lib\Xamarin.iOS10 copy ..\Output\XamarinIOS\OxyPlot.XamarinIOS.??? ..\Output\lib\MonoTouch copy ..\Output\XamarinAndroid\OxyPlot.XamarinAndroid.??? ..\Output\lib\MonoAndroid copy ..\Output\Xamarin.iOS\OxyPlot.Xamarin.iOS.??? ..\Output\lib\Xamarin.iOS10 copy ..\Source\OxyPlot.XamarinIOS\*.nuspec ..\Output copy ..\Source\OxyPlot.XamarinAndroid\*.nuspec ..\Output nuget pack ..\Output\OxyPlot.XamarinIOS.nuspec -OutputDirectory ..\Output nuget pack ..\Output\OxyPlot.XamarinAndroid.nuspec -OutputDirectory ..\Output nuget pack ..\Source\OxyPlot.XamarinForms/OxyPlot.XamarinForms.nuspec -OutputDirectory ..\Output pause
Correct output path for nuget pack command
Correct output path for nuget pack command
Batchfile
mit
Jofta/oxyplot,H2ONaCl/oxyplot,as-zhuravlev/oxyplot_wpf_fork,jeremyiverson/oxyplot,oxyplot/oxyplot,mattleibow/oxyplot,NilesDavis/oxyplot,TheAlmightyBob/oxyplot,bbqchickenrobot/oxyplot,as-zhuravlev/oxyplot_wpf_fork,GeertvanHorrik/oxyplot,H2ONaCl/oxyplot,Sbosanquet/oxyplot,objorke/oxyplot,sevoku/oxyplot,freudenthal/oxyplot,Mitch-Connor/oxyplot,jeremyiverson/oxyplot,GeertvanHorrik/oxyplot,BRER-TECH/oxyplot,lynxkor/oxyplot,as-zhuravlev/oxyplot_wpf_fork,lynxkor/oxyplot,TheAlmightyBob/oxyplot,H2ONaCl/oxyplot,zur003/oxyplot,Sbosanquet/oxyplot,freudenthal/oxyplot,Kaplas80/oxyplot,Jonarw/oxyplot,sevoku/oxyplot,Isolocis/oxyplot,mattleibow/oxyplot,HermanEldering/oxyplot,Sbosanquet/oxyplot,bbqchickenrobot/oxyplot,olegtarasov/oxyplot,DotNetDoctor/oxyplot,Kaplas80/oxyplot,Mitch-Connor/oxyplot,br111an/oxyplot,lynxkor/oxyplot,br111an/oxyplot,Rustemt/oxyplot,HermanEldering/oxyplot,freudenthal/oxyplot,bbqchickenrobot/oxyplot,svendu/oxyplot,olegtarasov/oxyplot,objorke/oxyplot,Rustemt/oxyplot,svendu/oxyplot,Rustemt/oxyplot,Mitch-Connor/oxyplot,TheAlmightyBob/oxyplot,jeremyiverson/oxyplot,shoelzer/oxyplot,objorke/oxyplot,GeertvanHorrik/oxyplot,DotNetDoctor/oxyplot,BRER-TECH/oxyplot,shoelzer/oxyplot,shoelzer/oxyplot,br111an/oxyplot,ze-pequeno/oxyplot,svendu/oxyplot
abc76834499493424b6cc6d0020c89c85ad9147b
devtools/cibuild.cmd
devtools/cibuild.cmd
cd /d "%~dp0" cd .. rmdir /s /q install rmdir /s /q build mkdir build cd build cmake .. -G "Visual Studio 12" "-DCMAKE_INSTALL_PREFIX=%WORKSPACE%\install" %* cmake --build . --config Debug cmake --build . --config RelWithDebInfo "%WORKSPACE%\vendor\jenkins-ctest-plugin\run-test-and-save.bat" -C Debug "%WORKSPACE%\vendor\jenkins-ctest-plugin\run-test-and-save.bat" -C RelWithDebInfo cmake --build . --config Debug --target INSTALL cmake --build . --config RelWithDebInfo --target INSTALL cmake --build . --config RelWithDebInfo --target ogvrPluginKit -- /p:RunCodeAnalysis=True rem bin\Debug\LoadTest.exe --gtest_output=xml:test_details.Debug.xml rem bin\RelWithDebInfo\LoadTest.exe --gtest_output=xml:test_details.RelWithDebInfo.xml pause
cd /d "%~dp0" cd .. rmdir /s /q install rmdir /s /q build mkdir build cd build cmake .. -G "Visual Studio 12" "-DCMAKE_INSTALL_PREFIX=%WORKSPACE%\install" %* cmake --build . --config Debug cmake --build . --config RelWithDebInfo call "%WORKSPACE%\vendor\jenkins-ctest-plugin\run-test-and-save.bat" -C Debug call "%WORKSPACE%\vendor\jenkins-ctest-plugin\run-test-and-save.bat" -C RelWithDebInfo cmake --build . --config Debug --target INSTALL cmake --build . --config RelWithDebInfo --target INSTALL cmake --build . --config RelWithDebInfo --target ogvrPluginKit -- /p:RunCodeAnalysis=True rem bin\Debug\LoadTest.exe --gtest_output=xml:test_details.Debug.xml rem bin\RelWithDebInfo\LoadTest.exe --gtest_output=xml:test_details.RelWithDebInfo.xml pause
Call the testing batch files, don't just go there permanently.
Call the testing batch files, don't just go there permanently.
Batchfile
apache-2.0
d235j/OSVR-Core,feilen/OSVR-Core,OSVR/OSVR-Core,godbyk/OSVR-Core,OSVR/OSVR-Core,d235j/OSVR-Core,Armada651/OSVR-Core,leemichaelRazer/OSVR-Core,Armada651/OSVR-Core,OSVR/OSVR-Core,godbyk/OSVR-Core,feilen/OSVR-Core,feilen/OSVR-Core,feilen/OSVR-Core,godbyk/OSVR-Core,godbyk/OSVR-Core,d235j/OSVR-Core,leemichaelRazer/OSVR-Core,Armada651/OSVR-Core,d235j/OSVR-Core,leemichaelRazer/OSVR-Core,OSVR/OSVR-Core,d235j/OSVR-Core,Armada651/OSVR-Core,godbyk/OSVR-Core,leemichaelRazer/OSVR-Core,OSVR/OSVR-Core,feilen/OSVR-Core,Armada651/OSVR-Core,leemichaelRazer/OSVR-Core,OSVR/OSVR-Core,godbyk/OSVR-Core
23f00b724a78c35b1fc0f7f4fa40f0e82babc55b
appveyor_test.bat
appveyor_test.bat
set result=0 :top if "%1" == "" goto :end echo RUNNING TESTS FOR %1 cd %1 || exit /b 1 if exist tests ( nosetests -v --nologcapture tests || set result=1 && goto :continue ) else if exist test.py ( nosetests -v --nologcapture test.py || set result=1 && goto :continue ) else ( echo Unknown test configuration && set result=1 && goto :continue ) :continue cd .. shift echo ------------------------------------------ goto :top :end exit /b %result%
set result=0 :top if "%1" == "" goto :end echo RUNNING TESTS FOR %1 cd %1 || exit /b 1 env set NOSE_PROCESS_RESTARTWORKER=1 if exist tests ( nosetests -v --nologcapture tests || set result=1 && goto :continue ) else if exist test.py ( nosetests -v --nologcapture test.py || set result=1 && goto :continue ) else ( echo Unknown test configuration && set result=1 && goto :continue ) :continue cd .. shift echo ------------------------------------------ goto :top :end exit /b %result%
Set NOSE_PROCESS_RESTARTWORKER for appveyor tests
Set NOSE_PROCESS_RESTARTWORKER for appveyor tests
Batchfile
bsd-2-clause
angr/angr-dev,angr/angr-dev
e960daa2ea984d3b30a84005253cf8fe820e555b
teamcity-plugin/Build/build-metarunner.cmd
teamcity-plugin/Build/build-metarunner.cmd
RMDIR "%~dp0..\Drops" /S /Q MKDIR "%~dp0..\Drops" MKDIR "%~dp0..\Drops\Temp" MKDIR "%~dp0..\Drops\Temp\agent" MKDIR "%~dp0..\Drops\Temp\agent\bin" XCOPY /E /Y "%~dp0..\Solutions\*.*" "%~dp0..\Drops\Temp" XCOPY /E /Y "%~dp0..\..\src\OctopusPuppet.Cmd\bin\Release\*.*" "%~dp0..\Drops\Temp\agent\bin" DEL "%~dp0..\Drops\Temp\agent\bin\*.xml" DEL "%~dp0..\Drops\Temp\agent\bin\*.pdb" @PowerShell -File %~dp0Create-Zip.ps1 %~dp0..\Drops\Temp\agent\ %~dp0..\Drops\Temp\agent\octopuspuppet-metarunner.zip DEL "%~dp0..\Drops\Temp\agent\*.xml" RMDIR "%~dp0..\Drops\Temp\agent\bin" /S /Q @PowerShell -File "%~dp0Create-Zip.ps1" -target %~dp0..\Drops\Temp\ %~dp0..\Drops\octopuspuppet-metarunner.zip RMDIR "%~dp0..\Drops\Temp\" /S /Q
RMDIR "%~dp0..\Drops" /S /Q MKDIR "%~dp0..\Drops" MKDIR "%~dp0..\Drops\Temp" MKDIR "%~dp0..\Drops\Temp\agent" MKDIR "%~dp0..\Drops\Temp\agent\bin" XCOPY /E /Y "%~dp0..\Solutions\*.*" "%~dp0..\Drops\Temp" XCOPY /E /Y "%~dp0..\..\src\OctopusPuppet.Cmd\bin\Release\*.*" "%~dp0..\Drops\Temp\agent\bin" DEL "%~dp0..\Drops\Temp\agent\bin\*.xml" DEL "%~dp0..\Drops\Temp\agent\bin\*.pdb" @PowerShell -File %~dp0Create-Zip.ps1 %~dp0..\Drops\Temp\agent\ %~dp0..\Drops\Temp\agent\octopuspuppet-metarunner.zip DEL "%~dp0..\Drops\Temp\agent\*.xml" RMDIR "%~dp0..\Drops\Temp\agent\bin" /S /Q @PowerShell -File "%~dp0Create-Zip.ps1" -target %~dp0..\Drops\Temp\ %~dp0..\..\octopuspuppet-metarunner.zip RMDIR "%~dp0..\Drops\Temp\" /S /Q
Move output of teamcity plugin to root directory for easier urls in AppVeyor
Move output of teamcity plugin to root directory for easier urls in AppVeyor
Batchfile
apache-2.0
Aqovia/OctopusPuppet
36c7a21e623df65f4f8e6887d9c8868f2875a7d8
Utilities/Dashboards/VesselView-errai.bat
Utilities/Dashboards/VesselView-errai.bat
@echo off if exist "C:\Work\D\Vvmn\*" goto deleteDir echo No existing build directory goto updateScripts :deleteDir echo Delete directory pushd "C:\Work\D\Vvmn" for /d %%d in (*.*) do rmdir /s /q "%%d" del /q *.* popd :updateScripts cd C:\Work\VesselView\Dashboards\VesselView "C:\Program Files (x86)\Git\bin\git" fetch origin "C:\Program Files (x86)\Git\bin\git" reset --hard master :startDashboards echo Start dashboards call "C:\Program Files (x86)\CMake 2.8.11.2\bin\ctest.exe" -S C:\Work\VesselView\Dashboards\VesselView\Utilities\Dashboards\VesselView-errai-master-nightly.cmake -V -C Release > C:\Work\VesselView\Dashboards\Logs\VesselView-errai-master-nightly.log 2>&1
@echo off if exist "C:\Work\D\Vvmn\*" goto deleteDir echo No existing build directory goto updateScripts :deleteDir echo Delete directory pushd "C:\Work\D\Vvmn" for /d %%d in (*.*) do rmdir /s /q "%%d" del /q *.* popd :updateScripts cd C:\Work\VesselView\Dashboards\VesselView "C:\Program Files (x86)\Git\bin\git" fetch origin "C:\Program Files (x86)\Git\bin\git" reset --hard master :startDashboards echo Start dashboards call "C:\Program Files (x86)\CMake 3.0.2\bin\ctest.exe" -S C:\Work\VesselView\Dashboards\VesselView\Utilities\Dashboards\VesselView-errai-master-nightly.cmake -V -C Release > C:\Work\VesselView\Dashboards\Logs\VesselView-errai-master-nightly.log 2>&1
Upgrade Erai to use CMake 3.0.2
Upgrade Erai to use CMake 3.0.2
Batchfile
apache-2.0
matthieuheitz/VesselView,sumedhasingla/VesselView,agirault/VesselView,KitwareMedical/VesselView,KitwareMedical/VesselView,sumedhasingla/VesselView,matthieuheitz/VesselView,KitwareMedical/VesselView,agirault/VesselView,sumedhasingla/VesselView,agirault/VesselView,matthieuheitz/VesselView
ec89841898aa1ac011251c127b60c745babb0b34
make.bat
make.bat
@ECHO off @SET LIT_VERSION=1.1.4 IF NOT "x%1" == "x" GOTO :%1 :luvit IF NOT EXIST lit.exe CALL make.bat lit ECHO "Building luvit" lit.exe make GOTO :end :lit ECHO "Building lit" PowerShell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://github.com/luvit/lit/raw/%LIT_VERSION%/get-lit.ps1'))" GOTO :end :test IF NOT EXIST luvit.exe CALL make.bat luvit ECHO "Testing luvit" SET LUVI_APP=. luvit.exe tests\run.lua SET "LUVI_APP=" GOTO :end :clean IF EXIST luvit.exe DEL /F /Q luvit.exe IF EXIST lit.exe DEL /F /Q lit.exe :end
@ECHO off @SET LIT_VERSION=1.1.8 IF NOT "x%1" == "x" GOTO :%1 :luvit IF NOT EXIST lit.exe CALL make.bat lit ECHO "Building luvit" lit.exe make GOTO :end :lit ECHO "Building lit" PowerShell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://github.com/luvit/lit/raw/%LIT_VERSION%/get-lit.ps1'))" GOTO :end :test IF NOT EXIST luvit.exe CALL make.bat luvit ECHO "Testing luvit" SET LUVI_APP=. luvit.exe tests\run.lua SET "LUVI_APP=" GOTO :end :clean IF EXIST luvit.exe DEL /F /Q luvit.exe IF EXIST lit.exe DEL /F /Q lit.exe :end
Update lit version to fix windows build
Update lit version to fix windows build
Batchfile
apache-2.0
zhaozg/luvit,zhaozg/luvit,bsn069/luvit,bsn069/luvit,kaustavha/luvit,bsn069/luvit,kaustavha/luvit,luvit/luvit,luvit/luvit,kaustavha/luvit
17f7a568b1693fec0a7211ebe18fc4d35f57e8ff
tools/Scheduler/schedule_tasks.cmd
tools/Scheduler/schedule_tasks.cmd
@echo off IF "%1"=="" GOTO USAGE schtasks /create /tn "DeviceHive - Refresh Device Status" /tr "%CD%\curl.exe %1/cron/RefreshDeviceStatus" /sc minute /mo 5 /ru System schtasks /create /tn "DeviceHive - Cleanup Database" /tr "%CD%\curl.exe %1/cron/Cleanup" /sc daily /mo 1 /st 04:00 /ru System GOTO DONE :USAGE ECHO Usage: schedule_tasks.bat [API_URL] ECHO Example: schedule_tasks.bat http://localhost/api :DONE
@echo off IF "%1"=="" GOTO USAGE schtasks /create /tn "DeviceHive - Refresh Device Status" /tr "%~dp0curl.exe %1/cron/RefreshDeviceStatus" /sc minute /mo 5 /ru System schtasks /create /tn "DeviceHive - Cleanup Database" /tr "%~dp0curl.exe %1/cron/Cleanup" /sc daily /mo 1 /st 04:00 /ru System GOTO DONE :USAGE ECHO Usage: schedule_tasks.bat [API_URL] ECHO Example: schedule_tasks.bat http://localhost/api :DONE
Fix directory path in task scheduler script.
Fix directory path in task scheduler script.
Batchfile
mit
devicehive/devicehive-.net,devicehive/devicehive-.net,devicehive/devicehive-.net
9b9304a2e80350b25b71debd5307b381d89cfc4c
fake.bat
fake.bat
@echo off set fake_args=%* cd "._fake" call "paket.bat" "restore" cd ".." "._fake\packages\FAKE\tools\FAKE.exe" "build.fsx" %fake_args%
@echo off set fake_args=%* cd "._fake" call "paket.bat" "install" cd ".." "._fake\packages\FAKE\tools\FAKE.exe" "build.fsx" %fake_args%
Use paket install instead of paket restore
Use paket install instead of paket restore This way, it doesn't explode on the initial run because a paket.lock file doesn't exist yet.
Batchfile
mit
datNET/fs-fake-targets
f8f1bd5952241516ab5f3b0e1e04615a68168751
Applications/Specware/bin/windows/Specware4.cmd
Applications/Specware/bin/windows/Specware4.cmd
set SPECWARE4=C:\Progra~1\Specware4 rem SWPATH needs /s rather than \s so URI parsing works set SWPATH=/Progra~1/Specware4;/ set XEMACS=C:\Progra~1\XEmacs\XEmacs-21.4.6 rem Set allegro to the version you have set ALLEGRO=C:\Progra~1\acl62 rem set ALLEGRO=C:\Progra~1\acl61 set SPECWARE_BIN=%SPECWARE4%\Applications\Specware\bin\windows set LISP_EXECUTABLE=%ALLEGRO%\alisp.exe set LISP_HEAP_IMAGE=%SPECWARE_BIN%\Specware4.dxl set LISP_DIRECTORY=%Specware4%/ cd "%Specware4%" %XEMACS%\i586-pc-win32\xemacs.exe -debug-init -l "%ALLEGRO%/xeli/fi-site-init" -l "%SPECWARE4%/Library/IO/Emacs/load" -f "run-specware4" &
set SPECWARE4=C:\Progra~1\Specware4 rem SWPATH needs /s rather than \s so URI parsing works set SWPATH=C:/Progra~1/Specware4;C:/ set XEMACS=C:\Progra~1\XEmacs\XEmacs-21.4.6 rem Set allegro to the version you have set ALLEGRO=C:\Progra~1\acl62 rem set ALLEGRO=C:\Progra~1\acl61 set SPECWARE_BIN=%SPECWARE4%\Applications\Specware\bin\windows set LISP_EXECUTABLE=%ALLEGRO%\alisp.exe set LISP_HEAP_IMAGE=%SPECWARE_BIN%\Specware4.dxl set LISP_DIRECTORY=%Specware4%/ cd "%Specware4%" %XEMACS%\i586-pc-win32\xemacs.exe -debug-init -l "%ALLEGRO%/xeli/fi-site-init" -l "%SPECWARE4%/Library/IO/Emacs/load" -f "run-specware4" &
Improve startup script for windows
Improve startup script for windows git-svn-id: 9ecf60ce9baff443e30a0472d3fd222fcb8117cf@2263 7b97033b-253e-4a5c-9b07-e25f9089a9fd
Batchfile
bsd-2-clause
KestrelInstitute/Specware,KestrelInstitute/Specware,KestrelInstitute/Specware,KestrelInstitute/Specware,KestrelInstitute/Specware
2b2e1902c67321312e477ef1176f5e0f9dd74fb0
Installer/BuildInstaller.bat
Installer/BuildInstaller.bat
@ECHO OFF TITLE 3RVX Installer Builder ECHO " _____ ______ ____ _______ " ECHO " |___ /| _ \ \ / /\ \/ /___ / " ECHO " |_ \| |_) \ \ / / \ / |_ \ " ECHO " ___) | _ < \ V / / \ ___) | " ECHO " |____/|_| \_\ \_/ /_/\_\____/ " ECHO " " ECHO This script will generate a 3RVX installer. set /p version= "Enter 3RVX Version (X.X): " ECHO. ECHO Setting Version: %version% ECHO. ECHO Setting PATH... ECHO ON set PATH=%PATH%;%WIX%\bin heat dir ../Release -gg -srd -cg 3RVXComponents -dr INSTALLFOLDER -out 3RVXComponents.wxs candle -pedantic -dProductVersion=%version%.0.0 ./3RVX.wxs ./3RVXComponents.wxs light -b ../Release -ext WixUIExtension ./3RVX.wixobj ./3RVXComponents.wixobj -o 3RVX.msi del 3RVX.wixobj 3RVX.wixpdb 3RVXComponents.wxs 3RVXComponents.wixobj @PAUSE
@ECHO OFF TITLE 3RVX Installer Builder ECHO " _____ ______ ____ _______ " ECHO " |___ /| _ \ \ / /\ \/ /___ / " ECHO " |_ \| |_) \ \ / / \ / |_ \ " ECHO " ___) | _ < \ V / / \ ___) | " ECHO " |____/|_| \_\ \_/ /_/\_\____/ " ECHO " " ECHO This script will generate a 3RVX installer. set /p version= "Enter 3RVX Version (X.X): " ECHO. ECHO Setting Version: %version% ECHO. ECHO Setting PATH... ECHO ON set PATH=%PATH%;%WIX%\bin heat dir ../Release -gg -srd -cg 3RVXComponents -dr INSTALLFOLDER -out 3RVXComponents.wxs candle -pedantic -dProductVersion=%version%.0.0 ./3RVX.wxs ./3RVXComponents.wxs light -b ../Release -ext WixUIExtension ./3RVX.wixobj ./3RVXComponents.wixobj -o 3RVX.msi del 3RVX.wixobj 3RVX.wixpdb 3RVXComponents.wxs 3RVXComponents.wixobj @ECHO OFF ECHO. ECHO. IF EXIST "7za.exe" ( ECHO Creating .zip distribution... ECHO. ECHO ON del 3RVX-%version%.zip copy "..\Assets\EmptySettings.xml" "..\Release\Settings.xml" 7za a -tzip -mx9 3RVX-%version%.zip ../Release/* ) @ECHO OFF ECHO. PAUSE
Add support for creating zip distributions to the install script
Add support for creating zip distributions to the install script
Batchfile
bsd-2-clause
malensek/3RVX,malensek/3RVX,Soulflare3/3RVX,Soulflare3/3RVX,Soulflare3/3RVX,malensek/3RVX
a7fc44dbbf3db82504d0eed577e5d481b44b6dda
Documentation/EditDocumentation.cmd
Documentation/EditDocumentation.cmd
..\Tools\Lynx\WikiPad.exe Index.wikiproj
copy style.css ..\Output\Documentation copy Images ..\Output\Documentation\Images ..\Tools\Lynx\WikiPad.exe Index.wikiproj
Copy style and images to output in edit documentation script
Copy style and images to output in edit documentation script
Batchfile
mit
Rustemt/oxyplot,freudenthal/oxyplot,Jonarw/oxyplot,Isolocis/oxyplot,as-zhuravlev/oxyplot_wpf_fork,H2ONaCl/oxyplot,DotNetDoctor/oxyplot,lynxkor/oxyplot,TheAlmightyBob/oxyplot,objorke/oxyplot,zur003/oxyplot,objorke/oxyplot,sevoku/oxyplot,Sbosanquet/oxyplot,lynxkor/oxyplot,mattleibow/oxyplot,HermanEldering/oxyplot,H2ONaCl/oxyplot,Kaplas80/oxyplot,lynxkor/oxyplot,bbqchickenrobot/oxyplot,H2ONaCl/oxyplot,Rustemt/oxyplot,Jofta/oxyplot,shoelzer/oxyplot,Kaplas80/oxyplot,GeertvanHorrik/oxyplot,Rustemt/oxyplot,GeertvanHorrik/oxyplot,olegtarasov/oxyplot,svendu/oxyplot,objorke/oxyplot,Mitch-Connor/oxyplot,olegtarasov/oxyplot,svendu/oxyplot,oxyplot/oxyplot,br111an/oxyplot,NilesDavis/oxyplot,TheAlmightyBob/oxyplot,jeremyiverson/oxyplot,Mitch-Connor/oxyplot,as-zhuravlev/oxyplot_wpf_fork,ze-pequeno/oxyplot,freudenthal/oxyplot,jeremyiverson/oxyplot,BRER-TECH/oxyplot,br111an/oxyplot,TheAlmightyBob/oxyplot,svendu/oxyplot,Sbosanquet/oxyplot,DotNetDoctor/oxyplot,shoelzer/oxyplot,bbqchickenrobot/oxyplot,sevoku/oxyplot,Sbosanquet/oxyplot,Mitch-Connor/oxyplot,bbqchickenrobot/oxyplot,HermanEldering/oxyplot,freudenthal/oxyplot,BRER-TECH/oxyplot,mattleibow/oxyplot,as-zhuravlev/oxyplot_wpf_fork,jeremyiverson/oxyplot,GeertvanHorrik/oxyplot,shoelzer/oxyplot,br111an/oxyplot
533230d304491fc45f1e13cff26d78d03f4fa92c
build.cmd
build.cmd
@if "%config%" == "" set config=Debug call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat" msbuild GitHubVS.sln /p:Configuration=%Config%
@if "%config%" == "" set config=Debug call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat" @rem Build the GitHub.VisualStudio project / VSIX file msbuild GitHubVS.sln /p:Configuration=%Config% /t:GitHub_VisualStudio
Build the GitHub.VisualStudio project and VSIX file
Build the GitHub.VisualStudio project and VSIX file This can being the build time from 19s to 13s (on my laptop).
Batchfile
mit
github/VisualStudio,github/VisualStudio,github/VisualStudio
a35193d8d5ace15881eb7452c708957f2d4da9dc
start_blockserver_cmd.bat
start_blockserver_cmd.bat
REM @echo off set MYDIRBLOCK=%~dp0 call %MYDIRBLOCK%..\..\..\config_env_base.bat %HIDEWINDOW% h set EPICS_CAS_INTF_ADDR_LIST=127.0.0.1 set EPICS_CAS_BEACON_ADDR_LIST=127.255.255.255 set PYTHONUNBUFFERED=TRUE set MYDIRGATE=%MYDIRBLOCK%..\..\..\gateway if exist "%ICPSETTINGSDIR%/gwblock.pvlist" ( set GWBLOCK_PVLIST=%ICPSETTINGSDIR%/gwblock.pvlist ) else ( set GWBLOCK_PVLIST=%MYDIRGATE%\gwblock_dummy.pvlist ) %PYTHONW% %MYDIRBLOCK%\block_server.py -od %MYDIRBLOCK%..\..\..\iocstartup -sd %MYDIRBLOCK%\schema\ -cd %ICPCONFIGROOT% -pv %GWBLOCK_PVLIST% -f ISIS
REM @echo off set MYDIRBLOCK=%~dp0 call %MYDIRBLOCK%..\..\..\config_env_base.bat %HIDEWINDOW% h set EPICS_CAS_INTF_ADDR_LIST=127.0.0.1 set EPICS_CAS_BEACON_ADDR_LIST=127.255.255.255 set PYTHONUNBUFFERED=TRUE set MYDIRGATE=%MYDIRBLOCK%..\..\..\gateway if exist "%ICPSETTINGSDIR%/gwblock.pvlist" ( set GWBLOCK_PVLIST=%ICPSETTINGSDIR%/gwblock.pvlist ) else ( set GWBLOCK_PVLIST=%MYDIRGATE%\gwblock_dummy.pvlist ) %PYTHONW% %MYDIRBLOCK%\block_server.py -od %MYDIRBLOCK%..\..\..\iocstartup -sd %MYDIRBLOCK%\schema\ -cd %ICPCONFIGROOT% -sd %ICPINSTSCRIPTROOT% -pv %GWBLOCK_PVLIST% -f ISIS
Set up filewatcher on scripts directory
Set up filewatcher on scripts directory
Batchfile
bsd-3-clause
ISISComputingGroup/EPICS-inst_servers,ISISComputingGroup/EPICS-inst_servers
73babd5d46b70f17de2fbd17571d645567825014
HexEdit/PreBuild.bat
HexEdit/PreBuild.bat
ECHO Get revision number from git echo // Pre build automatically generated header file> GitRevision.h REM We use SET/P to do an echo without newline set /p="#define GITREVISION " >> GitRevision.h REM Count number of commits (relies on Git being installed) git rev-list HEAD | find /v /c "" >> GitRevision.h
ECHO Get revision number from git echo // Automatically generated header file created by Prebuild.bat > GitRevision.h REM We use SET/P to do an echo without newline set /p="#define GITREVISION " >> GitRevision.h REM Count number of commits (relies on Git being installed somewhere) IF NOT EXIST "C:\Program Files (x86)\Git\bin\git.exe" goto next1 "C:\Program Files (x86)\Git\bin\git.exe" rev-list HEAD | find /v /c "" >> GitRevision.h goto end :next1 IF NOT EXIST "C:\Program Files (x86)\SmartGit\git\bin\git.exe" goto next2 "C:\Program Files (x86)\SmartGit\git\bin\git.exe" rev-list HEAD | find /v /c "" >> GitRevision.h goto end :next2 REM Just try running git and hope it's in the path git rev-list HEAD | find /v /c "" >> GitRevision.h :end
Make prebuild more flexible by trying to find where git is installed
Make prebuild more flexible by trying to find where git is installed
Batchfile
mit
AndrewWPhillips/HexEdit,AndrewWPhillips/HexEdit,AndrewWPhillips/HexEdit
caa8f22ac1b5b29c988328b0d7dd2d2f62d76a3a
ci/test-win.bat
ci/test-win.bat
echo Running Windows build and testscript %cd%/matlab/CIBuildAndTest.m call "C:\Program Files\MATLAB\R2015b\bin\matlab.exe" -wait -nodisplay -nosplash -nodesktop -r "try, run('%cd%/matlab/CIBuildAndTest.m'), catch ex, disp(['Exception during CIBuildAndTest.m: ' ex.message]), exit(1), end, exit(0);" if not "%ERRORLEVEL%" == "0" ( echo Exit Code = %ERRORLEVEL% exit /b 1 )
echo Running Windows build and testscript %cd%/matlab/CIBuildAndTest.m call "C:\Program Files\MATLAB\R2015b\bin\matlab.exe" -wait -nodisplay -nosplash -nodesktop -r "try, run('%cd%\matlab\CIBuildAndTest.m'), catch ex, disp(['Exception during CIBuildAndTest.m: ' ex.message]), exit(1), end, exit(0);" if not "%ERRORLEVEL%" == "0" ( echo Exit Code = %ERRORLEVEL% exit /b 1 )
Fix paths in CI script
Fix paths in CI script
Batchfile
bsd-3-clause
gift-surg/SlicSeg,gift-surg/SlicSeg,gift-surg/SlicSeg
bfa42806f29c95a469cae94819b66aceade02d7f
SDKBuildScripts/actionscript_build.bat
SDKBuildScripts/actionscript_build.bat
pushd .. rem === BUILDING ActionScriptSDK === node generate.js ..\API_Specs actionscript=..\sdks\ActionScriptSDK\PfApiTest popd
rem === Cleaning existing files from ActionScriptSDK === pushd ../../sdks/ActionScriptSDK/PfApiTest/com/playfab pushd AdminModels del *.as >nul 2>&1 popd pushd ClientModels del *.as >nul 2>&1 popd pushd MatchmakerModels del *.as >nul 2>&1 popd pushd ServerModels del *.as >nul 2>&1 popd popd pushd .. rem === BUILDING ActionScriptSDK === node generate.js ..\API_Specs actionscript=..\sdks\ActionScriptSDK\PfApiTest popd
Delete model files from AS3 SDK for a cleaner build.
Delete model files from AS3 SDK for a cleaner build. This will fix an issue where AS3-nightly/jenkins is trying to submit files that aren't supposed to be released yet.
Batchfile
apache-2.0
PlayFab/SDKGenerator,player-03/SDKGenerator,JoshuaStrunk/SDKGenerator,PlayFab/SDKGenerator,player-03/SDKGenerator,player-03/SDKGenerator,PlayFab/SDKGenerator,JoshuaStrunk/SDKGenerator,player-03/SDKGenerator,JoshuaStrunk/SDKGenerator,JoshuaStrunk/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,JoshuaStrunk/SDKGenerator,player-03/SDKGenerator,JoshuaStrunk/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,JoshuaStrunk/SDKGenerator,PlayFab/SDKGenerator,JoshuaStrunk/SDKGenerator,PlayFab/SDKGenerator,JoshuaStrunk/SDKGenerator,player-03/SDKGenerator,JoshuaStrunk/SDKGenerator
daadf32565b7c49a14dc48ec032b738d114fff02
CMake_configure.cmd
CMake_configure.cmd
REM Configure Jemalloc build with options CMake -G "Visual Studio 12 Win64" -Ddisable-fill=1 -Ddisable-stats=1 -Ddisable-cache-oblivious=1 ..
REM Configure Jemalloc build with options CMake -G "Visual Studio 12 Win64" -Ddisable-fill=1 -Dwith-malloc-conf=purge:decay .. REM Debug build settings REM CMake -G "Visual Studio 12 Win64" -Denable-debug=1 -Dwith-malloc-conf=junk:true ..
Use the latest experimental build settings.
Use the latest experimental build settings.
Batchfile
bsd-2-clause
jemalloc/jemalloc-cmake,jemalloc/jemalloc-cmake,jemalloc/jemalloc-cmake,jemalloc/jemalloc-cmake
edb86de1936c92d2b81deea0963721ffd1c4bc24
popcorn.cmd
popcorn.cmd
@echo off setlocal set "output=nul" set "times=1" goto :parsePackage :help :: TODO: put something here. goto :eof :usage call :help 1>&2 exit /b 1 :parsePackage if "%~1" == "" goto usage set "package=%~1" shift :parseArgs if "%~1" == "" goto main if /i %1 == "-?" goto help if /i %1 == "-h" goto help if /i %1 == "--help" goto help if /i %1 == "-t" ( set "times=%~2" shift ) if /i %1 == "--times" ( set "times=%~2" shift ) if /i %1 == "-o" ( set "output=%~2" shift ) if /i %1 == "--output" ( set "output=%~2" shift ) shift goto parseArgs :curl @powershell -NoProfile "iwr %~1 -OutFile %~2" 2> nul goto :eof :downloadPackage set "url=https://www.nuget.org/api/v2/package/%~1" call :curl "%url%" %2 goto :eof :main for /l %%i in (1, 1, %times%) do ( call :downloadPackage "%package%" "%output%" )
@echo off setlocal set "output=nul" set "times=1" goto :parsePackage :help :: TODO: put something here. goto :eof :usage call :help 1>&2 exit /b 1 :parsePackage if "%~1" == "" goto usage set "package=%~1" shift :parseArgs if "%~1" == "" goto main if /i "%~1" == "-?" goto help if /i "%~1" == "-h" goto help if /i "%~1" == "--help" goto help if /i "%~1" == "-t" ( set "times=%~2" shift ) if /i "%~1" == "--times" ( set "times=%~2" shift ) if /i "%~1" == "-o" ( set "output=%~2" shift ) if /i "%~1" == "--output" ( set "output=%~2" shift ) shift goto parseArgs :curl @powershell -NoProfile "iwr %~1 -OutFile %~2" 2> nul goto :eof :downloadPackage set "url=https://www.nuget.org/api/v2/package/%~1" call :curl "%url%" %2 goto :eof :main for /l %%i in (1, 1, %times%) do ( call :downloadPackage "%package%" "%output%" )
Revert "Remove unnecessary uses of "%~1""
Revert "Remove unnecessary uses of "%~1"" This reverts commit 183b1da86ea185455a33914a2ce36b798a6e4a88.
Batchfile
mit
jamesqo/popcorn
b53652b1be2d461236617917fdf5ccdcf342f69e
scripts/build_dotnet_framework.bat
scripts/build_dotnet_framework.bat
@echo off :: Arguments check ::if [%~1]==[] ( :: echo. :: echo ERROR: Not enough Arguments :: echo USAGE: build.bat [C:\path\to\project] :: exit /b 1 ::) ::set projectPath=%~f1 :: Set .NET 4.6 framework path set msbuildPath="%WINDIR%\Microsoft.NET\Framework64\v4.0.30319\" :: Run build command cd.. %msbuildPath%\msbuild.exe PowerPing.sln /p:configuration=release /p:Platform="x86" %msbuildPath%\msbuild.exe PowerPing.sln /p:configuration=release /p:Platform="x64" pause
@echo off cd "%~dp0" :: Arguments check ::if [%~1]==[] ( :: echo. :: echo ERROR: Not enough Arguments :: echo USAGE: build.bat [C:\path\to\project] :: exit /b 1 ::) ::set projectPath=%~f1 :: Set .NET 4.6 framework path set windows_msbuild_path="%WINDIR%\Microsoft.NET\Framework64\v4.0.30319\" set vs_msbuild_path="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\amd64\msbuild.exe" :: Run build command cd.. ::%windows_msbuild_path%\msbuild.exe PowerPing.sln /p:Configuration=Release /p:Platform="x86" ::%windows_msbuild_path%\msbuild.exe PowerPing.sln /p:Configuration=Release /p:Platform="x64" %vs_msbuild_path% PowerPing.sln /p:Configuration=Release /p:Platform="x86" %vs_msbuild_path% PowerPing.sln /p:Configuration=Release /p:Platform="x64"
Switch build script to use visual studio msbuild instead 4.0 msbuild
Switch build script to use visual studio msbuild instead 4.0 msbuild
Batchfile
mit
Killeroo/PowerPing,Killeroo/PowerPing
9d4c6ca5c5e51ca644ba1adb4743a46a8bfbb842
script/start-datastore.bat
script/start-datastore.bat
gcloud beta emulators datastore start --project=spine --host-port=localhost:8080 --consistency 1.0 --no-store-on-disk
gcloud beta emulators datastore start --project=spine-dev --host-port=localhost:8080 --consistency 1.0 --no-store-on-disk
Set correct default project name during the Windows-based Datastore emulator start.
Set correct default project name during the Windows-based Datastore emulator start.
Batchfile
apache-2.0
SpineEventEngine/gae-java,SpineEventEngine/gae-java
afda948405935b85b7262c4967ab04cbfe0c3e49
windows/nsis-installer/oq-server.bat
windows/nsis-installer/oq-server.bat
@echo off setlocal set mypath=%~dp0 set PATH=%PATH%;%mypath%\python2.7 set PYTHONPATH=%mypath%\lib set OQ_SITE_CFG_PATH=%mypath% REM Create the DB or update it python.exe -m openquake.server.db.upgrade_manager "%HOMEPATH%\db.sqlite3" echo Please wait ... REM Start the DbServer in background but within the same context start "OpenQuake DB server" /B python.exe -m openquake.server.dbserver REM Make sure that the dbserver is up and running call:sleep 5 REM Start the WebUI using django start "OpenQuake WebUI server" /B python.exe -m openquake.server.manage runserver %* REM Make sure that the dbserver is up and running call:sleep 2 REM Start the browser start http://localhost:8000 endlocal exit /b 0 :sleep setlocal if exist C:\Windows\System32\timeout.exe ( timeout /t %~1 /nobreak > NUL ) else ( REM Windows XP hack ping 192.0.2.2 -n %~1 -w 1000 > NUL ) endlocal
@echo off setlocal set mypath=%~dp0 set PATH=%PATH%;%mypath%\python2.7 set PYTHONPATH=%mypath%\lib set OQ_SITE_CFG_PATH=%mypath% echo Please wait ... REM Start the DbServer in background but within the same context start "OpenQuake DB server" /B python.exe -m openquake.server.dbserver REM Make sure that the dbserver is up and running call:sleep 5 REM Start the WebUI using django start "OpenQuake WebUI server" /B python.exe -m openquake.server.manage runserver %* REM Make sure that the dbserver is up and running call:sleep 2 REM Start the browser start http://localhost:8000 endlocal exit /b 0 :sleep setlocal if exist C:\Windows\System32\timeout.exe ( timeout /t %~1 /nobreak > NUL ) else ( REM Windows XP hack ping 192.0.2.2 -n %~1 -w 1000 > NUL ) endlocal
Fix db creation in windows now it'd done by the dbserver and it's under oqdata
Fix db creation in windows now it'd done by the dbserver and it's under oqdata
Batchfile
agpl-3.0
gem/oq-installers,gem/oq-installers,gem/oq-nsis
9889f28e28873f11ac6ce6b8e97763e7cb51b61c
sipXcallLib/sipXtapi/build.win32/meta/repo-ver.bat
sipXcallLib/sipXtapi/build.win32/meta/repo-ver.bat
svn info c:\dev\sipXtapi | sed -n -e /Revision:/p | cut -c 11-
svn info . | sed -n -e /Revision:/p | cut -c 11-
Tweak to update version -- which will now work regardless of your checkout directory structure.
Tweak to update version -- which will now work regardless of your checkout directory structure. (update version updates the version in sipXtapi.h with the current repo version). git-svn-id: 5274dacc98e2a95d0b0452670772bfdffe61ca90@7344 a612230a-c5fa-0310-af8b-88eea846685b
Batchfile
lgpl-2.1
sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror
0a5cff9ea864edb29833e9fa057012710daf1564
recipes/example-package/bld.bat
recipes/example-package/bld.bat
mkdir %SCRIPTS% echo "hello world" > %SCRIPTS%\example.txt set >> %SCRIPTS%\example.txt
mkdir %SCRIPTS% echo "hello world" > %SCRIPTS%\example.txt set >> %SCRIPTS%\example.txt echo "Finished" >> %SCRIPTS%\example.txt
Fix for windows failure in example package
Fix for windows failure in example package
Batchfile
bsd-3-clause
JanSchulz/conda-packages-builder
66a1e31b9deeb5819b66319ba58ecd4f7755de00
packer/vagrant/scripts/windows/build-tools.bat
packer/vagrant/scripts/windows/build-tools.bat
if not exist "C:\Windows\Temp\build-tools.exe" ( powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::TLS12; (New-Object System.Net.WebClient).DownloadFile('https://download.microsoft.com/download/5/f/7/5f7acaeb-8363-451f-9425-68a90f98b238/visualcppbuildtools_full.exe', 'C:\Windows\Temp\build-tools.exe')" <NUL ) start /wait C:\Windows\Temp\build-tools.exe /Passive /AdminFile A:\buildtools-adminfile.xml setx PATH "%PATH%;C:\Program Files (x86)\Windows Kits\8.1\bin\x86\signtool.exe" /m
if not exist "C:\Windows\Temp\build-tools.exe" ( powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::TLS12; (New-Object System.Net.WebClient).DownloadFile('https://download.microsoft.com/download/5/f/7/5f7acaeb-8363-451f-9425-68a90f98b238/visualcppbuildtools_full.exe', 'C:\Windows\Temp\build-tools.exe')" <NUL ) start /wait C:\Windows\Temp\build-tools.exe /Passive /AdminFile A:\buildtools-adminfile.xml setx PATH "%PATH%;C:\Program Files (x86)\Windows Kits\8.1\bin\x86\" /m
Fix path to use directory
Fix path to use directory
Batchfile
mit
mitchellh/vagrant-installers,mitchellh/vagrant-installers,chrisroberts/vagrant-installers,chrisroberts/vagrant-installers,mitchellh/vagrant-installers,chrisroberts/vagrant-installers,chrisroberts/vagrant-installers,chrisroberts/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,chrisroberts/vagrant-installers
90c7fcea7ed4f83cf38b7e0ba58753e88af7c86e
BuildSetup.bat
BuildSetup.bat
@echo off "C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe" mkdir Releases copy GitMind\bin\Debug\GitMind.exe Releases\GitMindSetup.exe /Y pause
@echo off nuget restore "C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe" mkdir Releases copy GitMind\bin\Debug\GitMind.exe Releases\GitMindSetup.exe /Y pause
Add NuGet restore to batch file
Add NuGet restore to batch file
Batchfile
mit
michael-reichenauer/GitMind
7ffc662e59f627a195ba653ce254d8d4b3526b73
scripts/ci-build-windows-package.bat
scripts/ci-build-windows-package.bat
REM Using the artifacts plugin v1.3 on Windows seems to break the whole step buildkite-agent artifact download "Bugsnag.unitypackage" . cd features\scripts C:\Progra~1\Git\bin\bash.exe build_maze_runner.sh windows cd ..\fixtures\maze_runner\build 7z a -r Windows-%UNITY_VERSION%.zip Windows
REM Using the artifacts plugin v1.3 on Windows seems to break the whole step buildkite-agent artifact download "Bugsnag.unitypackage" . cd features\scripts C:\Progra~1\Git\bin\bash.exe build_maze_runner.sh windows IF NOT [%ERRORLEVEL%] EQU [0] EXIT /B %ERRORLEVEL% cd ..\fixtures\maze_runner\build 7z a -r Windows-%UNITY_VERSION%.zip Windows
Return exit code from batch script if build fails [full ci]
Return exit code from batch script if build fails [full ci]
Batchfile
mit
bugsnag/bugsnag-unity,bugsnag/bugsnag-unity,bugsnag/bugsnag-unity,bugsnag/bugsnag-unity,bugsnag/bugsnag-unity,bugsnag/bugsnag-unity
be39fa358c4405efcbde7837767be4439bdfaec1
PostgreSQLPortable/App/PgSQL/pgsql.cmd
PostgreSQLPortable/App/PgSQL/pgsql.cmd
@echo off title PostgreSQL Portable cls :: set default code page chcp 1252 > nul :: initialise a new database on first use if not exist "%PGDATA%" ( echo. echo Initialising database for first use, please wait... "%PGSQL%\bin\initdb" -U %PGUSER% -A trust -E utf8 --locale=C >nul ) :: startup postgres server echo. "%PGSQL%\bin\pg_ctl" -D "%PGDATA%" -l "%PGLOG%" -w start cls echo. echo Type \q to quit and shutdown server echo. "%PGSQL%\bin\psql.exe" --port=%PGPORT% --dbname="%PGDATABASE%" --username="%PGUSER%" echo. "%PGSQL%\bin\pg_ctl" -D "%PGDATA%" stop
@echo off title PostgreSQL Portable cls :: set default code page chcp 1252 > nul :: initialise a new database on first use if not exist "%PGDATA%" ( echo. echo Initialising database for first use, please wait... "%PGSQL%\bin\initdb" -U %PGUSER% -A trust -E utf8 --locale=C >nul ) :: startup postgres server echo. "%PGSQL%\bin\pg_ctl" -D "%PGDATA%" -l "%PGLOG%" -w start cls echo. echo Running on port %PGPORT%. Type \q to quit and shutdown the server. echo. "%PGSQL%\bin\psql.exe" --port=%PGPORT% --dbname="%PGDATABASE%" --username="%PGUSER%" echo. "%PGSQL%\bin\pg_ctl" -D "%PGDATA%" stop
Add port number to server output
Add port number to server output
Batchfile
mit
garethflowers/postgresql-portable
c8d251058297495218323bdf9bd057aae737a4ec
build.cmd
build.cmd
@echo off cd %~dp0 SETLOCAL SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe IF EXIST %CACHED_NUGET% goto copynuget echo Downloading latest version of NuGet.exe... IF NOT EXIST %LocalAppData%\NuGet md %LocalAppData%\NuGet @powershell -NoProfile -ExecutionPolicy unrestricted -Command "$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest 'https://www.nuget.org/nuget.exe' -OutFile '%CACHED_NUGET%'" :copynuget IF EXIST .nuget\nuget.exe goto restore md .nuget copy %CACHED_NUGET% .nuget\nuget.exe > nul :restore .nuget\NuGet.exe install FSharpSupport -ExcludeVersion -o packages -nocache -pre .nuget\NuGet.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre .nuget\NuGet.exe install FAKE -ExcludeVersion -o packages IF "%SKIP_KRE_INSTALL%"=="1" goto run REM CALL packages\KoreBuild\build\kvm upgrade -svr50 -x86 REM CALL packages\KoreBuild\build\kvm install default -svrc50 -x86 :run REM Run FAKE packages\FAKE\tools\Fake.exe build.fsx %*
@echo off cd %~dp0 SETLOCAL SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe IF EXIST %CACHED_NUGET% goto copynuget echo Downloading latest version of NuGet.exe... IF NOT EXIST %LocalAppData%\NuGet md %LocalAppData%\NuGet @powershell -NoProfile -ExecutionPolicy unrestricted -Command "$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest 'https://www.nuget.org/nuget.exe' -OutFile '%CACHED_NUGET%'" :copynuget IF EXIST .nuget\nuget.exe goto restore md .nuget copy %CACHED_NUGET% .nuget\nuget.exe > nul .nuget\NuGet.exe update -self :restore .nuget\NuGet.exe install FSharpSupport -ExcludeVersion -o packages -nocache -pre .nuget\NuGet.exe install KoreBuild -ExcludeVersion -o packages -nocache -pre .nuget\NuGet.exe install FAKE -ExcludeVersion -o packages IF "%SKIP_KRE_INSTALL%"=="1" goto run REM CALL packages\KoreBuild\build\kvm upgrade -svr50 -x86 REM CALL packages\KoreBuild\build\kvm install default -svrc50 -x86 :run REM Run FAKE packages\FAKE\tools\Fake.exe build.fsx %*
Make sure to update nuget
Make sure to update nuget
Batchfile
mit
YoloDev/YoloDev.FSharp.AspNet