commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
a6a6821cbe58add59b83f7a2883cd548e178affe
Kudu.Services.Web/updateNodeModules.cmd
Kudu.Services.Web/updateNodeModules.cmd
@echo off setlocal enabledelayedexpansion 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:/...
@echo off setlocal enabledelayedexpansion 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 git://github.com/amitapl/azure-sdk-tools-xplat.git#kudu_s21_5 ) else ( cmd /c npm install git://github....
Change npm install api for installing azure-cli as the tarball api seems to be broken.
Change npm install api for installing azure-cli as the tarball api seems to be broken.
Batchfile
apache-2.0
kenegozi/kudu,sitereactor/kudu,uQr/kudu,shrimpy/kudu,sitereactor/kudu,bbauya/kudu,kali786516/kudu,shibayan/kudu,uQr/kudu,kenegozi/kudu,WeAreMammoth/kudu-obsolete,dev-enthusiast/kudu,shibayan/kudu,projectkudu/kudu,duncansmart/kudu,shibayan/kudu,chrisrpatterson/kudu,shibayan/kudu,shrimpy/kudu,kali786516/kudu,shanselman/k...
a83eb33e308242609b2f6c3b66c9e5074eb9e028
recipes/fltk/bld.bat
recipes/fltk/bld.bat
mkdir build cd build cmake -G "NMake Makefiles" ^ -DCMAKE_INSTALL_PREFIX="%PREFIX%" ^ -DCMAKE_BUILD_TYPE=Release ^ %SRC_DIR% if errorlevel 1 exit 1 :: Build. nmake if errorlevel 1 exit 1 :: Test. ctest if errorlevel 1 exit 1 :: Install. nmake install if errorlevel 1 exit 1
mkdir build cd build cmake -G "NMake Makefiles" ^ -DCMAKE_INSTALL_PREFIX="%PREFIX%" ^ -DCMAKE_BUILD_TYPE=Release ^ %SRC_DIR% if errorlevel 1 exit 1 :: Build. nmake if errorlevel 1 exit 1 :: Install. nmake install if errorlevel 1 exit 1
Remove ctest that doesn't do anything
Remove ctest that doesn't do anything Prevents installation?
Batchfile
bsd-3-clause
shadowwalkersb/staged-recipes,synapticarbors/staged-recipes,dschreij/staged-recipes,rmcgibbo/staged-recipes,goanpeca/staged-recipes,basnijholt/staged-recipes,ocefpaf/staged-recipes,scopatz/staged-recipes,conda-forge/staged-recipes,kwilcox/staged-recipes,SylvainCorlay/staged-recipes,sodre/staged-recipes,birdsarah/staged...
5cb9ba91fe48e92b4d6300dd4a089621b846cc89
ci/scripts/herd-cats-windows32.bat
ci/scripts/herd-cats-windows32.bat
git submodule update --init SET CLIPATH=c:\jenkins\workspace\go-cli-tests-windows32Bit SET GOPATH=%CLIPATH% c:\Go\bin\go build -v -o cf-windows-386.exe main SET GOPATH=c:\Users\Administrator\go SET CATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests copy %CLIPATH%\cf-windows-386.exe %CATSPATH%\gcf.exe /...
git submodule update --init SET CLIPATH=c:\jenkins\workspace\go-cli-tests-windows32Bit SET GOPATH=%CLIPATH% c:\Go\bin\go build -v -o cf-windows-386.exe main SET GOPATH=c:\Users\Administrator\go SET CATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests copy %CLIPATH%\cf-windows-386.exe %CATSPATH%\gcf.exe /...
Add cURL to the path for windows32 CATS tests
Add cURL to the path for windows32 CATS tests
Batchfile
apache-2.0
cloudfoundry/cli,cloudfoundry/cli,cloudfoundry/cli
db3e5165e93bd992f84f77b14dcb1f7e09b27098
Build.cmd
Build.cmd
@echo off git rev-parse HEAD > version.txt bundle exec middleman build %*
@echo off SET PATH=%PATH%;D:\home\site\deployments\tools\r\ruby-2.2.2-x64-mingw32\bin git rev-parse HEAD > version.txt bundle exec middleman build %*
Update PATH before calling build command.
Update PATH before calling build command.
Batchfile
mit
martincostello/blog,martincostello/blog,martincostello/blog
f53a91eb4b9ac3b4f0fc7e196c1a87ad05a1fe91
bootstrap/roo-dev.bat
bootstrap/roo-dev.bat
@echo off if not "%ROO_CLASSPATH_FILE%" == "" goto ok echo Must set ROO_CLASSPATH_FILE to X:\checkout\spring-roo\bootstrap\target\roo_classpath.txt exit /b :ok rem echo Using Roo classpath file [%ROO_CLASSPATH_FILE%] rem Will be only one line, but the following obvious form doesn't work rem set /p ROO_CP=< ...
@echo off if not "%ROO_CLASSPATH_FILE%" == "" goto ok echo Must set ROO_CLASSPATH_FILE to X:\checkout\spring-roo\bootstrap\target\roo_classpath.txt exit /b :ok rem echo Using Roo classpath file [%ROO_CLASSPATH_FILE%] rem Will be only one line, but the following obvious form doesn't work rem set /p ROO_CP=< ...
Add third-party add-on creation and management infrastructure
ROO-287: Add third-party add-on creation and management infrastructure
Batchfile
apache-2.0
rwl/requestfactory-addon
549dd9137ebf0d030e3dccb2e6bfc1100675ffbc
tools/release_win.bat
tools/release_win.bat
rem Tool to assemble Windows builds rem Requirements are 7-zip, py2exe, and FreeExtractor PATH=C:\python27;C:\python26;C:\progra~1\7-zip;C:\progra~2\7-zip;%PATH% rem ****** Clean out the old junk rmdir /q /s dist\*.* del /s /q dist\*.* rem ****** Compile our executable and core zipfile python setup.py py2e...
rem Tool to assemble Windows builds rem Requirements are 7-zip, py2exe, and FreeExtractor PATH=C:\python27;C:\python26;C:\progra~1\7-zip;C:\progra~2\7-zip;%PATH% rem ****** Clean out the old junk del /s /f /q dist rem ****** Compile our executable and core zipfile python setup.py py2exe rem ****** Remove...
Remove wildcard from del statement
Remove wildcard from del statement
Batchfile
apache-2.0
somehume/namebench
eca532fc7dffbeb23012b93efc8cf0f779e2b1e8
build/windows_c.cmd
build/windows_c.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%\c\build_all...
@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%\c\build_all...
Remove run E2E tests options from Windows C build
Remove run E2E tests options from Windows C build
Batchfile
mit
clemensv/azure-event-hubs,clemensv/azure-event-hubs,clemensv/azure-event-hubs,clemensv/azure-event-hubs,clemensv/azure-event-hubs,clemensv/azure-event-hubs
b997b4fdfbb2aecd3e670a2206728996285310fc
cibuild.cmd
cibuild.cmd
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86 msbuild /v:m /m BuildAndTest.proj /p:CIBuild=true if ERRORLEVEL 1 ( echo Build failed exit /b 1 ) REM Kill any instances of VBCSCompiler.exe to release locked files; REM otherwise future CI runs may fail while trying to delete thos...
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86 msbuild /v:m /m BuildAndTest.proj /p:CIBuild=true if ERRORLEVEL 1 ( taskkill /F /IM vbcscompiler.exe echo Build failed exit /b 1 ) REM Kill any instances of VBCSCompiler.exe to release locked files; REM otherwise future CI runs...
Kill server on build failure too.
Kill server on build failure too.
Batchfile
mit
CyrusNajmabadi/roslyn,dpen2000/roslyn,OmarTawfik/roslyn,bbarry/roslyn,ErikSchierboom/roslyn,MatthieuMEZIL/roslyn,khyperia/roslyn,MatthieuMEZIL/roslyn,krishnarajbb/roslyn,basoundr/roslyn,AmadeusW/roslyn,AlexisArce/roslyn,ahmedshuhel/roslyn,sharadagrawal/TestProject2,OmarTawfik/roslyn,danielcweber/roslyn,AArnott/roslyn,c...
81f28a0c7c0137f4f52920f469de3975680ee4cd
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.73" -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.74" -password "" -tcpLobby "149.202.51.185" 25565 echo. echo Restarting server... echo. goto start
Patch for version 0.74 update
[Nomad] Patch for version 0.74 update
Batchfile
mit
Visagalis/Oxide,LaserHydra/Oxide,LaserHydra/Oxide,Visagalis/Oxide
ac0aac949b323fb51746c93ae83d9963098ea971
package/windows/create_64bit_app.bat
package/windows/create_64bit_app.bat
cd ..\..\ mkdir gui\deploy :: edit iss file -> AppVersion :: Copy gui/deploy.Bitsquare.jar file from mac build to windows :: edit -> -BappVersion and -srcfiles :: 64 bit build :: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php) call "C:\Program Files\Java\jdk1.8.0_92\bin\javapackager.exe" -deploy -Ba...
cd ..\..\ mkdir gui\deploy :: edit iss file -> AppVersion :: Copy gui/deploy.Bitsquare.jar file from mac build to windows :: edit -> -BappVersion and -srcfiles :: 64 bit build :: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php) SET version=0.4.9 SET jdk=C:\Program Files\Java\jdk1.8.0_92 SET outdir...
Add Xbootclasspath for windows (still not working with the app, but with the jar)
Add Xbootclasspath for windows (still not working with the app, but with the jar)
Batchfile
agpl-3.0
haiqu/bitsquare,bitsquare/bitsquare,ManfredKarrer/exchange,sakazz/exchange,bisq-network/exchange,haiqu/bitsquare,ManfredKarrer/exchange,sakazz/exchange,bisq-network/exchange,bitsquare/bitsquare
7c15bc5200667d5896983d2e0113fc8a1d4e6f60
build.cmd
build.cmd
@echo off cls .nuget\nuget.exe install FAKE -OutputDirectory packages -ExcludeVersion -Version 2.17.9 .nuget\nuget.exe install SourceLink.Fake -OutputDirectory packages -ExcludeVersion .nuget\nuget.exe install FSharp.Formatting -OutputDirectory packages -ExcludeVersion SET TARGET="All" IF NOT [%1]==[] (set TARGET="...
@echo off cls .nuget\nuget.exe install FAKE -OutputDirectory packages -ExcludeVersion .nuget\nuget.exe install SourceLink.Fake -OutputDirectory packages -ExcludeVersion .nuget\nuget.exe install FSharp.Formatting -OutputDirectory packages -ExcludeVersion SET TARGET="All" IF NOT [%1]==[] (set TARGET="%1") "packages\...
Remove version from FAKE install.
Remove version from FAKE install. Clean install solved the problem.
Batchfile
bsd-3-clause
sideeffffect/FsCheck,forki/FsCheck,paulyoung/FsCheck,ploeh/FsCheck,cloudRoutine/FsCheck,ErikSchierboom/FsCheck,fscheck/FsCheck,jhamm/FsCheck,paulyoung/FsCheck,fscheck/FsCheck,fsharp/FsCheck,forki/FsCheck,cloudRoutine/FsCheck
d6ccf6f20cfc29693e6b2cdc91f26ecf17d03fa0
daemon/build32.bat
daemon/build32.bat
set project=clibudp rem //expected build dir structure set buildexp=build\\Visual_Studio_12_2013\\x86 set currentdir=%cd% set builddir=.\\%buildexp% mkdir %builddir% rem //get path to clibcdc libs set clibcdc=..\\..\\clibcdc\\%buildexp% pushd %clibcdc% set clibcdc=%cd% popd rem //launch cmake to generate build env...
set project=clibudp rem //expected build dir structure set buildexp=build\\Visual_Studio_12_2013\\x86 set currentdir=%cd% set builddir=.\\%buildexp% set libsdir=..\\libs mkdir %builddir% rem //get path to clibcdc libs set clibcdc=%libsdir%\\clibcdc\\%buildexp% pushd %clibcdc% set clibcdc=%cd% popd rem //get path t...
Fix build script for MS Windows x86
Fix build script for MS Windows x86 Signed-off-by: Roman3349 <6b7cbc66756660b4790b3af1ec1507653acaa035@centrum.cz>
Batchfile
apache-2.0
iqrfsdk/iqrf-daemon,iqrfsdk/iqrf-daemon,iqrfsdk/iqrf-daemon,iqrfsdk/iqrf-daemon
6fbccd06374456eef28301f58826dbe02755ee39
Games/Unity/Oxide.Game.TheForest/Files/Windows/_start-example.bat
Games/Unity/Oxide.Game.TheForest/Files/Windows/_start-example.bat
@echo off cls :start echo Starting server... TheForest -batchmode -nographics -ip 0.0.0.0 -port 27000 -maxplayers 10 -hostname "My Oxide Server" -friendsonly 0 echo. echo Restarting server... echo. goto start
@echo off cls :start echo Starting server... TheForest -batchmode -nographics -ip 0.0.0.0 -port 27016 -maxplayers 10 -hostname "My Oxide Server" -friendsonly 0 echo. echo Restarting server... echo. goto start
Set default port in .bat to what it should be
[TheForest] Set default port in .bat to what it should be
Batchfile
mit
Visagalis/Oxide,Visagalis/Oxide,LaserHydra/Oxide,Nogrod/Oxide-2,bawNg/Oxide,Nogrod/Oxide-2,bawNg/Oxide,LaserHydra/Oxide
55d9c1e2626ba105c499f17a5d85617d025a5122
bin/reader_browser.bat
bin/reader_browser.bat
@echo off set PYTHONPATH=%CD% C:\Python27\python.exe reader_browser\reader_browser.py %*
@echo off set PYTHONPATH=%CD% python reader_browser\reader_browser.py %*
Replace absolute path of python
Replace absolute path of python
Batchfile
apache-2.0
mihaip/readerisdead,mihaip/readerisdead,mihaip/readerisdead,mihaip/readerisdead,mihaip/readerisdead
3d3e75747d2b14904d2307a6881ed30f7a6c4436
build.bat
build.bat
@echo off echo. echo James Build System echo ------------------- set ANT_HOME=tools set CLASSPATH=lib\xerces.jar %ANT_HOME%\bin\ant.bat -emacs %1 %2 %3 %4 %5 %6 %7 %8 goto cleanup :cleanup set ANT_HOME=
@echo off echo. echo James Build System echo ------------------- set ANT_HOME=tools set CLASSPATH=lib\xerces-1.4.3.jar;tools\lib\velocity-1.3-dev.jar;tools\lib\jdom-b7.jar %ANT_HOME%\bin\ant.bat -emacs %1 %2 %3 %4 %5 %6 %7 %8 goto cleanup :cleanup set ANT_HOME=
Use velocity and jdom that was copied from jakarta-site2
Use velocity and jdom that was copied from jakarta-site2 git-svn-id: de9d04cf23151003780adc3e4ddb7078e3680318@107714 13f79535-47bb-0310-9956-ffa450edef68
Batchfile
apache-2.0
rouazana/james,rouazana/james,chibenwa/james,chibenwa/james,aduprat/james,rouazana/james,rouazana/james,aduprat/james,aduprat/james,aduprat/james,chibenwa/james,chibenwa/james
81b47bfd48c027083291003ee866be08d96dde5b
scripts/build.bat
scripts/build.bat
@echo off if not exist "genie.exe" ( echo Downloading genie... bitsadmin /transfer "genie" "https://github.com/bkaradzic/bx/raw/master/tools/bin/windows/genie.exe" "%~dp0\genie.exe" ) IF "%1"=="" ( echo No argument set echo Exemple : build.bat vs2015 exit 1 ) genie.exe %*
@echo off if not exist "genie.exe" ( echo Downloading genie... rem bitsadmin /transfer "genie" "https://github.com/bkaradzic/bx/raw/master/tools/bin/windows/genie.exe" "%~dp0\genie.exe" powershell Invoke-WebRequest -Uri "https://github.com/bkaradzic/bx/raw/master/tools/bin/windows/genie.exe" -OutFile "%~dp0\genie.e...
Use powershell instead of bitsadmin for download genie.exe
Use powershell instead of bitsadmin for download genie.exe
Batchfile
mit
thennequin/ImWindow,thennequin/ImWindow,thennequin/ImWindow
9061d50bdcaf9b46892a89a967e47647e6457520
CreateBoilerPlate.bat
CreateBoilerPlate.bat
git init touch README.md git add README.md git add .gitignore git commit -m"initial commit" cd external git submodule add --depth 1 -- https://github.com/fmtlib/fmt.git git submodule add --depth 1 -- https://github.com/gabime/spdlog.git cd ..
git init touch README.md git add README.md git add .gitignore git commit -m"initial commit" cd external git submodule add --depth 1 -- https://github.com/fmtlib/fmt.git git submodule add --depth 1 -- https://github.com/gabime/spdlog.git git submodule add --depth 1 -- https://github.com/onqtam/doctest.git cd ..
Fix batch script missing submodule
Fix batch script missing submodule
Batchfile
mit
Lectem/cpp-boilerplate,Lectem/cpp-boilerplate,Lectem/cpp-boilerplate
46982b56448d337d3c5f058e4024a211b6c9c466
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.91" -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.92" -password "" -tcpLobby "149.202.51.185" 25565 echo. echo Restarting server... echo. goto start
Patch for version 0.92 update
[Nomad] Patch for version 0.92 update
Batchfile
mit
Visagalis/Oxide,Visagalis/Oxide,LaserHydra/Oxide,LaserHydra/Oxide
934fb39dd9be3b91138faa08ac7f54fafc608553
MoreLinq/tt.cmd
MoreLinq/tt.cmd
@echo off pushd "%~dp0" for /f "tokens=*" %%f in ('dir /s /b *.tt') do ( echo>&2 dotnet t4 "%%f" dotnet t4 "%%f" || goto :end ) :end popd
@echo off pushd "%~dp0" for /f "tokens=*" %%f in ('dir /s /b *.tt') do ( echo>&2 dotnet t4 "%%f" dotnet t4 "%%f" || goto :end ) :end popd exit /b %ERRORLEVEL%
Fix error propagation in T4 batch script
Fix error propagation in T4 batch script [ci skip]
Batchfile
apache-2.0
morelinq/MoreLINQ,morelinq/MoreLINQ
48f0be1d6eff9721a7e44d8546638b8e0d8b4776
install.bat
install.bat
git flow version > NUL if %ERRORLEVEL% GEQ 1 ( copy gitflow-windows-dependencies\* "C:\Program Files (x86)\Git\bin" cd gitflow contrib\msysgit-install.cmd "C:\Program Files (x86)\Git" ) echo "Installing..." copy git-release "C:\Program Files (x86)\Git\bin" echo "Done!"
git flow version > NUL if %ERRORLEVEL% GEQ 1 ( copy gitflow-windows-dependencies\* "C:\Program Files (x86)\Git\bin" pushd gitflow contrib\msysgit-install.cmd "C:\Program Files (x86)\Git" popd ) echo "Installing..." copy git-release "C:\Program Files (x86)\Git\bin" echo "Done!"
Use pushd instead of cd
Use pushd instead of cd
Batchfile
mit
Rocketmakers/gitflow-semver,Rocketmakers/gitflow-semver
923b8b93960a88b1ed0852ef826fed49bf3ebd79
Tools/Build/FindVisualStudio.bat
Tools/Build/FindVisualStudio.bat
@REM Starts Visual Studio Developer Command Prompt. @IF DEFINED VisualStudioVersion EXIT /B 0 @REM https://developercommunity.visualstudio.com/content/problem/26780/vsdevcmdbat-changes-the-current-working-directory.html SET "VSCMD_START_DIR=%CD%" @REM VS2017 uses vswhere.exe for locating the installation. FOR ...
@REM Starts Visual Studio Developer Command Prompt. @IF DEFINED VisualStudioVersion EXIT /B 0 @REM https://developercommunity.visualstudio.com/content/problem/26780/vsdevcmdbat-changes-the-current-working-directory.html SET "VSCMD_START_DIR=%CD%" @REM VS2017 uses vswhere.exe for locating the installation. FOR ...
Build script: Better error handling if cannot locate Visual Studio.
Build script: Better error handling if cannot locate Visual Studio.
Batchfile
agpl-3.0
bantolov/Rhetos
c47e8d2e5f9e4edda828363098afb469d951fcdc
Games/Other/Oxide.Game.Nomad/Files/_start-example.bat
Games/Other/Oxide.Game.Nomad/Files/_start-example.bat
@echo off cls :start echo Starting server... "Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 10 -clientVersion "0.92" -password "" -tcpLobby "149.202.51.185" 25565 echo. echo Restarting server... timeout /t 10 echo. goto start
@echo off cls :start echo Starting server... "Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 10 -clientVersion "0.93" -password "" -tcpLobby "149.202.51.185" 25565 echo. echo Restarting server... timeout /t 10 echo. goto start
Patch for version 0.93 update
[Nomad] Patch for version 0.93 update
Batchfile
mit
LaserHydra/Oxide,LaserHydra/Oxide,Visagalis/Oxide,Visagalis/Oxide
8b53f67cd88d1de4c5100dbb59a1e7dd65284d71
GenerateMdbFiles.bat
GenerateMdbFiles.bat
:: Script that generates Mono MDB files from Windows/.NET PDB files. @echo off setlocal enabledelayedexpansion set CONFIGURATIONS= if "%~1" equ "" ( set CONFIGURATIONS=Debug Release ) else if /i "%~1" equ "debug" ( set CONFIGURATIONS=Debug ) else if /i "%~1" equ "release" ( set CONFIGURATIONS=Release ) el...
Add a script to generate MDB files: those are needed for Windows-compiled Sharpmake to run on Linux
Add a script to generate MDB files: those are needed for Windows-compiled Sharpmake to run on Linux Sharpmake uses StackTrace & StackFrame, therefore requiring that symbol information (i.e. PDB files on Windows) be present during execution. Since Mono is unable to read Microsoft's PDB files, we need to also provide MD...
Batchfile
apache-2.0
ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake
b6dd5a596066584d2bb813bb8e954b37ab310977
conda/nd.recipe/bld.bat
conda/nd.recipe/bld.bat
cd %RECIPE_DIR% cd ..\..\ python setup.py install --target=nd --single-version-externally-managed --record=record.txt || exit 1 rd /s /q %SP_DIR%\__pycache__ rd /s /q %SP_DIR%\numpy rd /s /q %SP_DIR%\Cython
cd %RECIPE_DIR% cd ..\..\ %PYTHON% setup.py install --target=nd --single-version-externally-managed --record=record.txt || exit 1 rd /s /q %SP_DIR%\__pycache__ rd /s /q %SP_DIR%\numpy rd /s /q %SP_DIR%\Cython
Make sure the Python from the build environment is used when building dynd.nd.
Make sure the Python from the build environment is used when building dynd.nd.
Batchfile
bsd-2-clause
ContinuumIO/dynd-python,ContinuumIO/dynd-python,insertinterestingnamehere/dynd-python,izaid/dynd-python,ContinuumIO/dynd-python,mwiebe/dynd-python,mwiebe/dynd-python,izaid/dynd-python,insertinterestingnamehere/dynd-python,insertinterestingnamehere/dynd-python,ContinuumIO/dynd-python,mwiebe/dynd-python,insertinteresting...
e68d5ac9e196c4f750c07a65a0d5ac7c2fe158c5
makeremoterepo.cmd
makeremoterepo.cmd
@echo OFF setlocal ENABLEDELAYEDEXPANSION IF [%1]==[] GOTO :USAGE set MKREPO_PATH=%1 SET MKREPO_PATH=%MKREPO_PATH:/=\% REM Check if its fully qualified. echo %MKREPO_PATH% | findstr /b ^\\\\ >nul IF ERRORLEVEL 1 ( echo ERROR: "%MKREPO_PATH%" is not a fully qualified UNC share name. exit /b 1 ) REM FI...
@echo OFF setlocal ENABLEDELAYEDEXPANSION IF [%1]==[] GOTO :USAGE set MKREPO_PATH=%1 SET MKREPO_PATH=%MKREPO_PATH:/=\% REM Check if its fully qualified. echo %MKREPO_PATH% | findstr /b ^\\\\ >nul IF ERRORLEVEL 1 ( echo ERROR: "%MKREPO_PATH%" is not a fully qualified UNC share name. exit /b 1 ) REM FI...
Validate if the folder passed in is a git repo and terminate if not.
Validate if the folder passed in is a git repo and terminate if not.
Batchfile
mit
SajayAntony/makerepo
c654e58c538cc0174266e4604b2291630ee9f6b9
ci/appveyor-install.bat
ci/appveyor-install.bat
set CACHE=C:\cache set CYGWIN_MIRROR="http://cygwin.mirror.constant.com" set CYGWIN_ADDITIONAL_REPO="http://www.dronecode.org.uk/cygwin/" set CYGWIN_ADDITIONAL_REPO_KEY="http://www.dronecode.org.uk/cygwin/dronecode.gpg" if _%arch%_ == _x64_ set SETUP=setup-x86_64.exe && set CYGWIN_ROOT=C:\cygwin64 if _%arch%_ == _x86_...
set CACHE=C:\cache set CYGWIN_MIRROR="http://cygwin.mirror.constant.com" if _%arch%_ == _x64_ set SETUP=setup-x86_64.exe && set CYGWIN_ROOT=C:\cygwin64 if _%arch%_ == _x86_ set SETUP=setup-x86.exe && set CYGWIN_ROOT=C:\cygwin if not exist %CACHE% mkdir %CACHE% echo Updating Cygwin and installing ninja and test prere...
Revert "Add an additional Cygwin package repo with patched ninja"
Revert "Add an additional Cygwin package repo with patched ninja" This reverts commit 92c2bb75195c054dcdeae09f7d42393856a91748. This is no longer needed, as a patched ninja is now available from the standard Cygwin package repository, and prevents me from accidentally breaking CI when changing things in my personal p...
Batchfile
apache-2.0
MathieuDuponchelle/meson,trhd/meson,jpakkane/meson,becm/meson,becm/meson,pexip/meson,QuLogic/meson,mesonbuild/meson,jpakkane/meson,trhd/meson,becm/meson,jeandet/meson,QuLogic/meson,trhd/meson,MathieuDuponchelle/meson,QuLogic/meson,pexip/meson,pexip/meson,jeandet/meson,mesonbuild/meson,mesonbuild/meson,mesonbuild/meson,...
3e7a3484d0640a2a0f4e6a479c9f93b525512679
build-windows.cmd
build-windows.cmd
set SOURCE_DIR=%CD% set BUILD_DIR="../build-sqlitewrapper" set CMAKE_COMMAND=cmake.exe set MAKE_COMMAND=C:\Qt\Tools\QtCreator\bin\jom.exe /J 2 call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat" python projectfiles_unchanged.py if %ERRORLEVEL% NEQ 0 ( RMDIR /S /Q "%BUILD_DIR%" ) i...
set SOURCE_DIR=%CD% set BUILD_DIR=../build-sqlitewrapper set CMAKE_COMMAND=cmake.exe set MAKE_COMMAND=C:\Qt\Tools\QtCreator\bin\jom.exe /J 2 call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat" python projectfiles_unchanged.py if %ERRORLEVEL% NEQ 0 ( RMDIR /S /Q "%BUILD_DIR%" ) if ...
Remove quotes from path variable definition
Remove quotes from path variable definition
Batchfile
bsd-3-clause
kullo/smartsqlite,kullo/smartsqlite,kullo/smartsqlite
749133f6584eccc45769b4f0976eaf4686fe94c2
runbuild.cmd
runbuild.cmd
@@@ setlocal @@@ for /f %%i in ('dir /b /ad /on "%windir%\Microsoft.NET\Framework\v*"') do @if exist "%windir%\Microsoft.NET\Framework\%%i\msbuild".exe set msbuild=%windir%\Microsoft.NET\Framework\%%i\msbuild.exe @@@ if not defined msbuild (echo MSBuild.exe not found>&2 & exit /b 42) @@@ if defined msbuild "%msbuild%" ...
@echo off setlocal for %%a in (%*) do echo "%%a" | findstr /C:"mono">nul && set buildtool=xbuild.bat if not defined buildtool for /f %%i in ('dir /b /ad /on "%windir%\Microsoft.NET\Framework\v*"') do @if exist "%windir%\Microsoft.NET\Framework\%%i\msbuild".exe set buildtool=%windir%\Microsoft.NET\Framework\%%i\msbuild....
Build using xbuild on Windows for mono
Build using xbuild on Windows for mono
Batchfile
mit
nunit/nunit-console,nunit/nunit-console,nunit/nunit-console
077485893518e6ad65b91a2da485e9f325adccb2
bin/deploy.bat
bin/deploy.bat
@echo off REM Ensure we've set things up properly if [%1] == [] goto Fail REM Get authentication information set connection=%1 REM Convert the working directory to something scp can use REM First grab the invocation directory (/bin) set cwd=%~dp0 REM Replace \ slashes with / slashes set cwd=%cwd:\=/% REM Replace c: ...
@echo off REM Ensure we've set things up properly if [%1] == [] goto Fail REM Get authentication information set connection=%1 REM Convert the working directory to something scp can use REM First grab the invocation directory (/bin) set cwd=%~dp0 REM Replace \ slashes with / slashes set cwd=%cwd:\=/% REM Replace c: ...
Remove what we don't need
Remove what we don't need
Batchfile
mit
ericmann/itinerant-jenkins
8b0c60ec6a5fe8959f055333b6f2dc7e1283d955
src/build.cmd
src/build.cmd
@echo off ::Compiles the Visual Studio solution. pushd "%~dp0" rem Project settings set SOLUTION_FILE=NanoByte.Common.sln rem Determine VS version if defined VS140COMNTOOLS ( ::Visual Studio 2015 call "%VS140COMNTOOLS%vsvars32.bat" goto vs_ok ) echo ERROR: No Visual Studio installation found. >&2 ...
@echo off ::Compiles the Visual Studio solution. pushd "%~dp0" rem Project settings set SOLUTION_FILE=NanoByte.Common.sln rem Determine VS version if defined VS140COMNTOOLS ( ::Visual Studio 2015 call "%VS140COMNTOOLS%vsvars32.bat" goto vs_ok ) echo ERROR: No Visual Studio installation found. >&2 ...
Build script: Run MSBuild multi-threaded
Build script: Run MSBuild multi-threaded
Batchfile
mit
nano-byte/common,nano-byte/common
89f1e6732ec0f18ae6d09cee3c8795f5a752514f
local-cli/setup_env.bat
local-cli/setup_env.bat
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */
:: Copyright (c) 2015-present, Facebook, Inc. :: All rights reserved. :: :: This source code is licensed under the BSD-style license found in the :: LICENSE file in the root directory of this source tree. An additional grant :: of patent rights can be found in the PATENTS file in the same directory.
Fix comments on .bat file
Fix comments on .bat file
Batchfile
bsd-3-clause
Purii/react-native,dabit3/react-native,zenlambda/react-native,csatf/react-native,xiayz/react-native,Maxwell2022/react-native,udnisap/react-native,mironiasty/react-native,HealthyWealthy/react-native,iodine/react-native,satya164/react-native,timfpark/react-native,catalinmiron/react-native,compulim/react-native,cdlewis/re...
d97220551737b0b506e02b2c6cd3018abdf926f8
.jenkins-win.bat
.jenkins-win.bat
md build cd build cmake -DLIBWS_WITH_AUTOBAHN=ON .. cmake --build . ctest bin\Debug\autobahntest.exe --config ..\test\autobahn\libws.cfg
Add jenkins build batch file.
Add jenkins build batch file.
Batchfile
mit
couchbasedeps/libws,JoakimSoderberg/libws,couchbasedeps/libws,JoakimSoderberg/libws,JoakimSoderberg/libws,couchbasedeps/libws
03d81dcf0502c85b586262651c026ac3b0621159
msys_setup_7zip.bat
msys_setup_7zip.bat
if %sentinel% NEQ __sentinel__ exit call %tmp%\wget_and_install.bat http://downloads.sourceforge.net/sevenzip 7z465.msi %base_dir%\7z
if %sentinel% NEQ __sentinel__ exit call %tmp%\wget_and_install.bat http://downloads.sourceforge.net/sevenzip 7z920.msi %base_dir%\7z
Update 7zip to version 9.20
Update 7zip to version 9.20
Batchfile
lgpl-2.1
photron/msys_setup,photron/msys_setup,photron/msys_setup
c908cfb0c0d795d915ff70f1370cad91419a4bc6
build.bat
build.bat
@echo off REM Download Mingw 64 on Windows from http://win-builds.org/download.html set GOARCH=%1 IF "%1" == "" (set GOARCH=amd64) set ORG_PATH=github.com\hashicorp set REPO_PATH=%ORG_PATH%\consul set GOPATH=%cd%\gopath rmdir /s /q %GOPATH%\src\%REPO_PATH% 2>nul mkdir %GOPATH%\src\%ORG_PATH% 2>nul go get .\... mkli...
@echo off REM Download Mingw 64 on Windows from http://win-builds.org/download.html set GOARCH=%1 IF "%1" == "" (set GOARCH=amd64) set ORG_PATH=github.com\hashicorp set REPO_PATH=%ORG_PATH%\consul set GOPATH=%cd%\gopath rmdir /s /q %GOPATH%\src\%REPO_PATH% 2>nul mkdir %GOPATH%\src\%ORG_PATH% 2>nul go get -u .\... m...
Add missing switch -u, which updates packages
Add missing switch -u, which updates packages
Batchfile
mpl-2.0
msn217/consul,bodepd/consul,mfischer-zd/consul,tugbabodrumlu/consul,wuub/consul,marouenj/consul,zeroae/consul,dankraw/consul,jovandeginste/consul,AlphaStaxLLC/consul,zendesk/consul,wuub/consul,andygoalkeeper/consul,Pivotal-Pierre-Delagrave/consul,half-dead/consul,pdf/consul,vamage/consul,Thib17/consul,42wim/consul,alou...
f36619570a7ab74a1607776e4cf15e77f390b4c0
resources/mingw.bat
resources/mingw.bat
@rem MinGW build test - used to test MinGW builds locally @rem Adapt path/versions before use @rem This batch file must be used from the repository root @if exist mingw.bat cd .. @set PATH=%ProgramFiles%\mingw-w64\i686-4.9.2-win32-dwarf-rt_v3-rev1\mingw32\bin;%PATH% @set PATH=%ProgramFiles%\GnuWin32\bin;%PAT...
Add a helper script to test MinGW builds locally (to help debugging the build server)
Add a helper script to test MinGW builds locally (to help debugging the build server)
Batchfile
mit
GerHobbelt/civet-webserver,GerHobbelt/civet-webserver,GerHobbelt/civet-webserver,GerHobbelt/civet-webserver,GerHobbelt/civet-webserver,GerHobbelt/civet-webserver
e13551389b3894a7dcd7381fe7448889132b18ab
.buildkite/sign_windows_installer.bat
.buildkite/sign_windows_installer.bat
@echo off rem This will download the Kolibri windows installer artifact at the windows-2016 buildkite agent. rem After the installer successfully sign it will upload the signed installer at the Sign Windows installer pipeline artifact. rem To sign the Windows installer set the `SIGN_WINDOWS_INSTALLER=true` environme...
@echo off rem This will download the Kolibri windows installer artifact at the windows-2016 buildkite agent. rem After the installer successfully sign it will upload the signed installer at the Sign Windows installer pipeline artifact. rem To sign the Windows installer set the `SIGN_WINDOWS_INSTALLER=true` environme...
Change the don’t sign message log.
Change the don’t sign message log.
Batchfile
mit
lyw07/kolibri,mrpau/kolibri,jonboiser/kolibri,mrpau/kolibri,benjaoming/kolibri,lyw07/kolibri,jonboiser/kolibri,lyw07/kolibri,benjaoming/kolibri,benjaoming/kolibri,indirectlylit/kolibri,jonboiser/kolibri,lyw07/kolibri,mrpau/kolibri,indirectlylit/kolibri,indirectlylit/kolibri,mrpau/kolibri,indirectlylit/kolibri,DXCanas/k...
f3a25630f9736109042d03d38a785e44a8f368e0
Build/MakeSharpDX.CertificationTests.VS2013.cmd
Build/MakeSharpDX.CertificationTests.VS2013.cmd
@echo off setlocal set PATH=C:\Program Files (x86)\Git\bin\;%PATH% call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\vc\vcvarsall.bat" x86 msbuild /tv:12.0 /p:BuildSignedSharpDX=false /t:RunCertificationTests /verbosity:quiet /clp:ErrorsOnly /fl /flp:Summary;Verbosity=minimal;logfile=BuildErrors.log;Append=true...
@echo off setlocal set PATH=C:\Program Files (x86)\Git\bin\;%PATH% call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\vc\vcvarsall.bat" x86 msbuild /tv:12.0 /p:BuildSignedSharpDX=false /t:RunCertificationTests /verbosity:quiet /clp:ErrorsOnly /fl /flp:Summary;Verbosity=minimal;logfile=BuildErrors.log;Append=true...
Fix path to SharpDX.build for certification tests.
[Build] Fix path to SharpDX.build for certification tests.
Batchfile
mit
sharpdx/Toolkit,sharpdx/Toolkit,tomba/Toolkit
b2bea4b9d1b5dfe543f2edd625c1143c98f7b1c2
build.bat
build.bat
REM If GitVersion is not available then run REM cinst GitVersion.Portable REM to install it GitVersion.exe /output buildserver /exec scripts\lib\FAKE\tools\Fake.exe /execArgs "scripts\build.fsx %1" /l console
REM If GitVersion is not available then run REM cinst GitVersion.Portable REM to install it GitVersion.exe /output buildserver /exec scripts\lib\FAKE\tools\Fake.exe /execArgs "scripts\build.fsx %1 %2 %3 %4 %5 %6 %7 %8 %9 " /l console
Allow more arguments to fake
Allow more arguments to fake
Batchfile
mit
Weingartner/Migrations.Json.Net
6097ac7a69be5a2a6e9f3f1decfad812b2b1d950
build.cmd
build.cmd
@echo Off pushd %~dp0 setlocal :Build call npm install call npm run check call npm run build call npm run lint call npm run coverage:teamcity call npm run integration-test call npm run integration-test-stdin-windows if %ERRORLEVEL% neq 0 goto BuildFail goto BuildSuccess :BuildFail echo. echo *** BUILD FAILED *** got...
@echo Off pushd %~dp0 setlocal :Build call npm install if %ERRORLEVEL% neq 0 goto BuildFail call npm run check if %ERRORLEVEL% neq 0 goto BuildFail call npm run build if %ERRORLEVEL% neq 0 goto BuildFail call npm run lint if %ERRORLEVEL% neq 0 goto BuildFail call npm run coverage:teamcity if %ERRORLEVEL% neq 0 got...
Build script should fail for problems
Build script should fail for problems
Batchfile
mit
ritterim/markdown-proofing
b88d1b3db44560de5ff8ad4b499d350f6461f384
Tools/AppVeyor-install.bat
Tools/AppVeyor-install.bat
@echo on git submodule update --init --recursive cd Agiil.Web npm install cd .. nuget restore Agiil.sln
@echo on git submodule update --init --recursive nuget restore Agiil.sln cd Agiil.Web REM It's very strange but this has to be the last line of the script. REM As soon as it completes, this script is terminated and nothing afterwards REM is executed. npm install
Reorder build script to work around unexplained error
Reorder build script to work around unexplained error
Batchfile
mit
csf-dev/agiil,csf-dev/agiil,csf-dev/agiil,csf-dev/agiil
e4593da36448becdd2b66b6f06c2e36c7a7044f6
build/UpdateAndroidSdk.cmd
build/UpdateAndroidSdk.cmd
echo y | "%ANDROID_HOME%/tools/android.bat" update sdk --no-ui --all --filter android-10,android-23,platform-tools,tools,build-tools-23.0.3
echo y | "%ANDROID_HOME%/tools/android.bat" --silent update sdk --no-ui --all --filter android-10,android-23,platform-tools,tools,build-tools-23.0.3
Set --silent to reduce android sdk logs (hopefully).
Set --silent to reduce android sdk logs (hopefully).
Batchfile
apache-2.0
msgpack/msgpack-cli,msgpack/msgpack-cli
f0c55a8c4a9b26771ca66fa1c73f5b6b230bf143
robozonky-distribution/robozonky-distribution-installer/src/main/assembly/filtered-resources/install-robozonky.bat
robozonky-distribution/robozonky-distribution-installer/src/main/assembly/filtered-resources/install-robozonky.bat
set "ROBOZONKY_EXECUTABLE=${com.github.robozonky.distribution.jar}" set "HERE=%~dp0%" echo Will run %ROBOZONKY_EXECUTABLE% from '%HERE%'. rem Use Java runtime bundled with RoboZonky, if available. set "CUSTOM_JRE_LOCATION=%HERE%runtime\" set "JAVA_EXECUTABLE=java.exe" IF EXIST %CUSTOM_JRE_LOCATION%bin\%JAVA_EXECUTABL...
set "ROBOZONKY_EXECUTABLE=${com.github.robozonky.distribution.jar}" set "HERE=%~dp0%" echo Will run %ROBOZONKY_EXECUTABLE% from '%HERE%'. rem Use Java runtime bundled with RoboZonky, if available. set "CUSTOM_JRE_LOCATION=%HERE%runtime\" set "JAVA_EXECUTABLE=java.exe" IF EXIST %CUSTOM_JRE_LOCATION%bin\%JAVA_EXECUTABL...
Enable logging in installer on Windows
Enable logging in installer on Windows
Batchfile
apache-2.0
triceo/robozonky,triceo/robozonky,RoboZonky/robozonky,triceo/zonkybot,triceo/zonkybot,RoboZonky/robozonky
266c5c8824085d265bad25a06ee56e18ba77dbbc
scripts/test.bat
scripts/test.bat
bash scripts/test.sh REM store return code set return=%errorlevel% call scripts\kill_applications.bat > kill.log exit /B %return%
bash scripts/test.sh REM store return code set return=%errorlevel% call scripts\kill_applications.bat > kill.log 2>&1 exit /B %return%
Hide all kill application output
Hide all kill application output
Batchfile
mit
spiegelm/xd-testing,spiegelm/xd-testing,spiegelm/xd-testing
83a135996f4a159a056412bbe7f6a132baa60086
gg.bat
gg.bat
@echo off for /f "delims=" %%i in ('npm config get prefix') do set output=%%i @node %output%/node_modules/gogo/gg.js %* echo on
@echo off for /f "delims=" %%i in ('npm config get prefix') do set output=%%i @node "%output%/node_modules/gogo/gg.js" %* echo on
Allow spaces in directory paths of output dir
Fix: Allow spaces in directory paths of output dir
Batchfile
mit
he3/gogo
e3d6994415de566b2f4b9f546112fbd367f588a6
release-pypi-windows.cmd
release-pypi-windows.cmd
@echo off setlocal EnableDelayedExpansion SET VERSIONS=2.7 3.5 3.6 3.7 3.8 SET SOURCEDIR=%cd% REM Build packages for %%v in (%VERSIONS%) do ( SET ENV_NAME=py%%v REM Create and activate environment cd %ROOT_DIR% CALL conda create -y -n py%%v python=%%v if !ERRORLEVEL! NEQ 0 (EXIT !ERRORLEVEL!) ...
@echo off setlocal EnableDelayedExpansion REM Initialize conda C:\Miniconda/condabin/conda.bat init powershell SET VERSIONS=2.7 3.5 3.6 3.7 3.8 SET SOURCEDIR=%cd% REM Build packages for %%v in (%VERSIONS%) do ( SET ENV_NAME=py%%v REM Create and activate environment cd %ROOT_DIR% CALL C:\Miniconda/co...
Use absolute path to conda.bat in windows image
Use absolute path to conda.bat in windows image
Batchfile
apache-2.0
BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC
556b7dd5d69606897fddf540eb18b4e4fc345944
recipes/vs2008_runtime/bld.bat
recipes/vs2008_runtime/bld.bat
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe', 'vcredist_x86.exe')" if errorlevel 1 exit 1 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://download.microsoft.com/download/2/d/6/2d61...
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_SY...
Revert "Install Visual C++ 2008 SP1 Redistributables"
Revert "Install Visual C++ 2008 SP1 Redistributables" This reverts commit 9c061351b85bf917c9870b5851168368a5075d6f.
Batchfile
bsd-3-clause
barkls/staged-recipes,rvalieris/staged-recipes,glemaitre/staged-recipes,NOAA-ORR-ERD/staged-recipes,patricksnape/staged-recipes,ceholden/staged-recipes,johanneskoester/staged-recipes,jjhelmus/staged-recipes,shadowwalkersb/staged-recipes,synapticarbors/staged-recipes,ReimarBauer/staged-recipes,stuertz/staged-recipes,had...
953748ad16cf4b833ddfc35c94e88c9a74f87224
Project/HEW/make/jenkins.bat
Project/HEW/make/jenkins.bat
mkdir ..\libm2dec\Release mkdir ..\libm2dec\Debug mkdir ..\h264dec\Release mkdir ..\h264dec\Debug mkdir ..\m2dec\Release mkdir ..\m2dec\Debug "C:\Program Files (x86)\Renesas\Hew\hmake.exe" m2dec.mak > buildlog.txt find "ERROR" buildlog.txt if errorlevel 1 exit /b 0 exit /b 1
Add wrapper batch file for Jenkins to build
Add wrapper batch file for Jenkins to build
Batchfile
mit
hirisc/m2dec,hirisc/m2dec,hirisc/m2dec,hirisc/m2dec
e85462a911db2a723622926872f88544a5d97fbf
recipes/qt-webengine/bld.bat
recipes/qt-webengine/bld.bat
setlocal enableextensions enabledelayedexpansion git config --system core.longpaths true set LIBRARY_PATHS=-I %LIBRARY_INC% pushd %LIBRARY_INC% for /F "usebackq delims=" %%F in (`dir /b /ad-h`) do ( set LIBRARY_PATHS=!LIBRARY_PATHS! -I %LIBRARY_INC%\%%F ) popd endlocal set PATH=%cd%\jom;%PATH% SET PATH=%cd%\gnu...
setlocal enableextensions enabledelayedexpansion git config --system core.longpaths true set LIBRARY_PATHS=-I %LIBRARY_INC% pushd %LIBRARY_INC% for /F "usebackq delims=" %%F in (`dir /b /ad-h`) do ( set LIBRARY_PATHS=!LIBRARY_PATHS! -I %LIBRARY_INC%\%%F ) popd endlocal :: Chromium requires Python 2.7 to generat...
Install python 2.7 on a separate prefix on Windows
Install python 2.7 on a separate prefix on Windows
Batchfile
bsd-3-clause
kwilcox/staged-recipes,conda-forge/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes,mariusvniekerk/staged-recipes,stuertz/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,conda-forge/stage...
303bfda521cc036ce32f117ed37c048a49374cdf
vendor/init.bat
vendor/init.bat
:: Init Script for cmd.exe :: Sets some nice defaults :: Created as part of cmder project :: Change the prompt style :: Mmm tasty lamb @prompt $E[1;32;40m$P$S{git}$S$_$E[1;30;40m{lamb}$S$E[0m :: Pick right version of clink @if "%PROCESSOR_ARCHITECTURE%"=="x86" ( set architecture=86 ) else ( set architecture=6...
:: Init Script for cmd.exe :: Sets some nice defaults :: Created as part of cmder project :: Change the prompt style :: Mmm tasty lamb @prompt $E[1;32;40m$P$S{git}$S$_$E[1;30;40m{lamb}$S$E[0m :: Pick right version of clink @if "%PROCESSOR_ARCHITECTURE%"=="x86" ( set architecture=86 ) else ( set architecture=6...
Use HOME if already set.
Use HOME if already set.
Batchfile
mit
cmderdev/cmder,cmderdev/cmder
57873face8bc364033039221ed320e1024f1d3a1
app/pear/PHPUnit_install.cmd
app/pear/PHPUnit_install.cmd
@ECHO OFF ECHO Press enter to install PHPUnit for PHP PAUSE cmd /C pear update-channels cmd /C pear upgrade cmd /C pear channel-discover pear.phpunit.de cmd /C pear channel-discover pear.symfony-project.com cmd /C pear clear-cache cmd /C pear install --alldeps phpunit/PHPUnit ECHO Installation complete PAUSE
@ECHO OFF ECHO Press enter to install PHPUnit for PHP PAUSE cmd /C pear update-channels cmd /C pear upgrade cmd /C pear channel-discover pear.phpunit.de cmd /C pear channel-discover pear.symfony.com cmd /C pear clear-cache cmd /C pear install --alldeps phpunit/PHPUnit ECHO Installation complete PAUSE
Change PHPUnit script to use channel pear.symfony.com instead of pear.symfony-project.com
Change PHPUnit script to use channel pear.symfony.com instead of pear.symfony-project.com
Batchfile
apache-2.0
kingoory/fusionleaf,kingoory/fusionleaf,kingoory/fusionleaf,kingoory/fusionleaf,kingoory/fusionleaf,kingoory/fusionleaf
7494aab0684929f50c23a1a8b0de301880eb2c50
cmake/bld.bat
cmake/bld.bat
@echo off copy /y bin\*.dll %PREFIX%\ > nul copy /y bin\cmake.exe %PREFIX%\ > nul xcopy share %PREFIX%\share /E /I > nul
@echo off xcopy bin %LIBRARY_BIN%\bin /E /I > nul xcopy share %LIBRARY_BIN%\share /E /I > nul
Put bin and share in same place
Put bin and share in same place Fixes CMAKE_ROOT issue
Batchfile
bsd-3-clause
menpo/conda-recipes,menpo/conda-recipes
655f07b0466aecf272f3cfbe043793df1ceb8bb6
scripts/git-version.bat
scripts/git-version.bat
@echo off setlocal set OUTFILE=%1 if [%OUTFILE%] == [] set OUTFILE=CON ( for /F %%s in ('git describe --tags') do set TY_VERSION=%%s if DEFINED TY_VERSION ( set TY_VERSION=%TY_VERSION:~1% echo /* echo * This Source Code Form is subject to the terms of the Mozilla Public echo * License, v. 2.0. If ...
@echo off setlocal set OUTFILE=%1 if [%OUTFILE%] == [] set OUTFILE=CON ( for /F %%t in ('git describe --tags') do ( set tag=%%t goto git_version ) ) 2>NUL goto src_version :git_version ( echo /* echo * This Source Code Form is subject to the terms of the Mozilla Public echo * Lic...
Fix git version script on Windows
Fix git version script on Windows
Batchfile
unlicense
Koromix/tytools,Koromix/tytools,Koromix/ty,Koromix/tytools,Koromix/ty,Koromix/ty
395bed9879520cb67f8fe52329de481f1dd2db17
install.bat
install.bat
call npm install @echo off @echo if "%%~1"=="-FIXED_CTRL_C" ( > s.bat @echo shift >> s.bat @echo ) else ( >> s.bat @echo call ^<NUL %%0 -FIXED_CTRL_C %%* >> s.bat @echo goto :EOF >> s.bat @echo ) >> s.bat @echo cd database >> s.bat @echo i.vbs "start /WAIT restart.bat" >> s.bat @echo cd .. >> s.bat @echo sta...
call npm install @echo off @echo if "%%~1"=="-FIXED_CTRL_C" ( > s.bat @echo shift >> s.bat @echo ) else ( >> s.bat @echo call ^<NUL %%0 -FIXED_CTRL_C %%* >> s.bat @echo goto :EOF >> s.bat @echo ) >> s.bat @echo cd database >> s.bat @echo i.vbs "start /WAIT restart.bat" >> s.bat @echo cd .. >> s.bat @echo sta...
Call node on the folder rather than on DrathybotAlpha
Call node on the folder rather than on DrathybotAlpha
Batchfile
mit
vaughnroyko/DrathybotAlpha,vaughnroyko/Omnibot
a860580c7988ced200c7c30927e4aa0da9d4bf03
pkg/windows/uninstall-and-wipe-Python.cmd
pkg/windows/uninstall-and-wipe-Python.cmd
@echo off :: uninstall Python 2.7 64bit MsiExec.exe /X {16E52445-1392-469F-9ADB-FC03AF00CD62} /QN :: wipe the Python directory :: DOS hack first create dir because Windows cannot test not existing without error message md c:\Python27 1>nul 2>nul rd /s /q c:\Python27 || echo Failure: c:\Python27 still exists, please...
@echo off :: uninstall Python 2.7.12 64bit MsiExec.exe /X {9DA28CE5-0AA5-429E-86D8-686ED898C666} /QN :: wipe the Python directory :: DOS hack first create dir because Windows cannot test not existing without error message md c:\Python27 1>nul 2>nul rd /s /q c:\Python27 || echo Failure: c:\Python27 still exists, ple...
Change GUID for python 2.7.12
Change GUID for python 2.7.12
Batchfile
apache-2.0
saltstack/salt,saltstack/salt,saltstack/salt,saltstack/salt,saltstack/salt
13031b052896a8be140a53d69c9fce695212018c
bin/rununittests_wince.bat
bin/rununittests_wince.bat
set DEPOT="%CD%" IF NOT EXIST sfw.pro GOTO NOSOURCE set CETESTCOMMAND=cetest -cache %QTDIR%\.qmake.cache -libpath \Windows cd %DEPOT%\..\..\qa-dungeon\mainline\tests\wince\deploy\ call %CETESTCOMMAND% cd %DEPOT%\tests\auto\servicemetadata call %CETESTCOMMAND% cd %DEPOT%\tests\auto\servicedatabase call ...
Add a easy rununitests script for WinCE
Add a easy rununitests script for WinCE WinCE unittest must be run from the source directory
Batchfile
lgpl-2.1
enthought/qt-mobility,KDE/android-qt-mobility,kaltsi/qt-mobility,tmcguire/qt-mobility,KDE/android-qt-mobility,kaltsi/qt-mobility,kaltsi/qt-mobility,qtproject/qt-mobility,tmcguire/qt-mobility,qtproject/qt-mobility,enthought/qt-mobility,qtproject/qt-mobility,enthought/qt-mobility,qtproject/qt-mobility,KDE/android-qt-mobi...
26c0904ebe60fc2396f6640c0cc5d6285b96fb22
bin/rununittests_wince.bat
bin/rununittests_wince.bat
set DEPOT="%CD%" IF NOT EXIST bearermanagement.pro GOTO NOSOURCE set CETESTCOMMAND=cetest -cache %QTDIR%\.qmake.cache -libpath \Windows IF NOT EXIST %DEPOT%\..\..\qa-dungeon\mainline\tests\wince\deploy\ GOTO SKIPDEPLOY cd %DEPOT%\..\..\qa-dungeon\mainline\tests\wince\deploy\ call %CETESTCOMMAND% :SKIPDEP...
Add a rununittests script for WinCE
Add a rununittests script for WinCE Must be source directory to run test
Batchfile
lgpl-2.1
KDE/android-qt-mobility,enthought/qt-mobility,enthought/qt-mobility,qtproject/qt-mobility,enthought/qt-mobility,KDE/android-qt-mobility,enthought/qt-mobility,enthought/qt-mobility,KDE/android-qt-mobility,kaltsi/qt-mobility,tmcguire/qt-mobility,qtproject/qt-mobility,qtproject/qt-mobility,qtproject/qt-mobility,enthought/...
7ff125d06df3e5a9ce47b5ba0f0efed5ca14c38d
new-ref.bat
new-ref.bat
@ECHO OFF :USAGE :START :INITIALIZE SETLOCAL ENABLEDELAYEDEXPANSION SET BASE_DIR=%~DP0 SET IN_VAR_NAME=%1 SET IN_VALUE=%2 SET OUT_VAR_NAME=%1 :CODE SET GLOBALS_FILE=%BASE_DIR%\globals.txt SET REFERENCE_COUNT=1 SET VALUE= :WHILE_REF_EXISTS CALL GEN-REF REFERENCE CALL...
Create new ref with ref count.
Create new ref with ref count.
Batchfile
bsd-2-clause
phoenix-star/batch-gc
7d835a43fb2e564d282877c0d7daa94d609a255d
pk2cc5x.bat
pk2cc5x.bat
: REM BAT-file name pk2cc5x.bat : REM %1=C:\PK2proj\ path to the tool-chain : REM %2=PIC16f690 pic device name : REM %3=C:\PK2proj\Work\ path to work directory : REM %4=hello_blink.c File name : REM %5=hello_blink File name w...
: REM BAT-file name pk2cc5x.bat : REM %1=C:\PK2proj\ path to the tool-chain : REM %2=PIC16f690 pic device name : REM %3=C:\PK2proj\Work\ path to work directory : REM %4=hello_blink.c File name : REM %5=hello_blink File name w...
Add proper error code handling
Add proper error code handling
Batchfile
mit
willsandy/Fritzing-PK2-Cc5x,willsandy/Fritzing-PK2-Cc5x
262e8f93f718c090c9fcfd20f9da81ff6481f601
scripts/package-windows.bat
scripts/package-windows.bat
:: Package everything into a "Grabber.zip" file at the root of the git repository :: Copy all required files to the release directory bash scripts/package.sh "release" xcopy /I /E /Y /EXCLUDE:cpex.txt "src/sites" "release/sites/" xcopy /I /E /K /H "src/dist/windows" "release" :: Add Qt DLL and files %Qt5_Dir%/bin/win...
:: Package everything into a "Grabber.zip" file at the root of the git repository :: Copy all required files to the release directory bash scripts/package.sh "release" xcopy /I /E /Y /EXCLUDE:cpex.txt "src/sites" "release/sites/" xcopy /I /E /K /H "src/dist/windows" "release" :: Add Qt DLL and files %Qt5_Dir%/bin/win...
Remove a few unnecessary DLLs from the Windows portable version
Remove a few unnecessary DLLs from the Windows portable version
Batchfile
apache-2.0
Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber
50f4157da749981f3fbde2cdb3a3fb8ad134c2b6
tools/release_win.bat
tools/release_win.bat
PATH=C:\python26;C:\progra~2\7-zip;%PATH% del /q /s dist\*.* python setup.py py2exe cd dist 7z d library.zip jinja2\* dns\* 'graphy\* del /s w9xpopen.exe copy ..\README.txt . 7z a namebench_for_Windows.zip -r * namebench -x -O 8.8.8.8 -t5 -o test.html start test.html cd ..
PATH=C:\python26;C:\progra~1\7-zip;C:\progra~2\7-zip;%PATH% del /q /s dist\*.* python setup.py py2exe cd dist 7z d library.zip jinja2\* dns\* 'graphy\* del /s w9xpopen.exe copy ..\README.txt . 7z a namebench_for_Windows.zip -r * namebench -x -O 8.8.8.8 -t5 -o test.html start test.html cd ..
Add Program Files\7-Zip to path
Add Program Files\7-Zip to path
Batchfile
apache-2.0
somehume/namebench
b74eb3ff146d7344da82ba45d6dd3fd3bb120069
testpackagerestore.bat
testpackagerestore.bat
rmdir /S /Q %~dp0packages msbuild %~dp0src\PaketTestApp\PaketTestApp.csproj @rem If the assembly is signed then the targets file from the StrongNamer package was included correctly sn -T %~dp0src\PaketTestApp\bin\Debug\Octokit.dll
Add batch file to test if imports from packages work with package restore
Add batch file to test if imports from packages work with package restore
Batchfile
mit
dsplaisted/paket-restore-sample
ed485b353b282d20b9837a2d245d6169afe1d1d9
c++14/script/test.cmd
c++14/script/test.cmd
:<<"::CMDLITERAL" @echo off goto :CMDSCRIPT ::CMDLITERAL #!/bin/bash set -euo pipefail IFS=$$'\n\t' script_dir=$$(cd $$(dirname $$0); pwd -P) repo_dir=$$(dirname $$script_dir) build_dir=$$repo_dir/_build cmake --build $$build_dir --target test exit $$? :CMDSCRIPT @echo off setlocal call :Main "%~f0" "%~dp0" "%~dp0....
:<<"::CMDLITERAL" @echo off goto :CMDSCRIPT ::CMDLITERAL #!/bin/bash set -euo pipefail IFS=$$'\n\t' script_dir=$$(cd $$(dirname $$0); pwd -P) repo_dir=$$(dirname $$script_dir) build_dir=$$repo_dir/_build cmake --build $$build_dir --target test exit $$? :CMDSCRIPT @echo off setlocal call :Main "%~f0" "%~dp0" "%~dp0....
Use RUN_TESTS target with Visual Studio generator
Use RUN_TESTS target with Visual Studio generator
Batchfile
mit
rcook/ptool-templates,rcook/ptool-templates,rcook/ptool-templates,rcook/ptool-templates,rcook/ptool-templates,rcook/ptool-templates,rcook/ptool-templates,rcook/ptool-templates
9e262cc7fc5b0962e51aab10ec6934a7a941a262
scripts/dist/package_content/upgrade_12_20.bat
scripts/dist/package_content/upgrade_12_20.bat
echo "Upgrading Codebrag 1.2 to 2.0" java -Dconfig.file=codebrag.conf -cp codebrag.jar com.softwaremill.codebrag.dao.sql.MigrateV1_2ToV2_0
Add upgrade script for windows
Add upgrade script for windows
Batchfile
agpl-3.0
cazacugmihai/codebrag,cazacugmihai/codebrag,cazacugmihai/codebrag,cazacugmihai/codebrag,softwaremill/codebrag,cazacugmihai/codebrag,softwaremill/codebrag,softwaremill/codebrag,softwaremill/codebrag
0f83c34094eee41e10777c942fd34064d55eb591
win_update_deps_vs2008.bat
win_update_deps_vs2008.bat
@echo off echo. :: If this file fails to find git.exe add it Git install :: directorys 'bin' folder path to your PATH env variable :update_vs2008_dependency_submodule echo -- Updatating git submodule path deps/vs2008 git.exe submodule init deps/vs2008 git.exe submodule init deps/vs2008 if exist "deps\vs2008\README" ...
@echo off echo. :: If this file fails to find git.exe add it Git install :: directorys 'bin' folder path to your PATH env variable :update_vs2008_dependency_submodule echo -- Updatating git submodule path deps/vs2008 git.exe submodule init deps/vs2008 git.exe submodule update deps/vs2008 if exist "deps\vs2008\README...
Fix typo in submodle fetch.
Fix typo in submodle fetch.
Batchfile
apache-2.0
AlphaStaxLLC/tundra,pharos3d/tundra,BogusCurry/tundra,BogusCurry/tundra,pharos3d/tundra,jesterKing/naali,AlphaStaxLLC/tundra,pharos3d/tundra,jesterKing/naali,realXtend/tundra,antont/tundra,BogusCurry/tundra,AlphaStaxLLC/tundra,BogusCurry/tundra,pharos3d/tundra,pharos3d/tundra,realXtend/tundra,antont/tundra,antont/tundr...
033be2b2528bd9a7a1f1d070d93e240a411c61f6
compilers/make-tdm-gcc.sh.bat
compilers/make-tdm-gcc.sh.bat
@rem This file is part of C++-Builtem <http://github.com/ufal/cpp_builtem/>. @rem @rem Copyright 2014 Institute of Formal and Applied Linguistics, Faculty of @rem Mathematics and Physics, Charles University in Prague, Czech Republic. @rem @rem This Source Code Form is subject to the terms of the Mozilla Public @rem Lic...
@rem This file is part of C++-Builtem <http://github.com/ufal/cpp_builtem/>. @rem @rem Copyright 2014 Institute of Formal and Applied Linguistics, Faculty of @rem Mathematics and Physics, Charles University in Prague, Czech Republic. @rem @rem This Source Code Form is subject to the terms of the Mozilla Public @rem Lic...
Use tdm-gcc symlink instead of tdm-gcc-4.9.2.
Use tdm-gcc symlink instead of tdm-gcc-4.9.2.
Batchfile
mpl-2.0
ufal/cpp_builtem,ufal/cpp_builtem,ufal/cpp_builtem,ufal/cpp_builtem
c30e20798765b249880f39983ebbe17285056d67
dumpDatabaseWIN.bat
dumpDatabaseWIN.bat
:: Start Emotion in Motion in Windows Machine :: Imports latest dataBase dump (mongod needs to be running) mongodump --port 27017 -d emotion-in-motion-dev --out ./mongodb-dump mongodump --port 27017 -d emotion-in-motion-test --out ./mongodb-dump mongodump --port 27017 -d emotion-in-motion-production --out ./mongodb-du...
Add database dump script to master branch
Add database dump script to master branch
Batchfile
mit
brennon/eim,brennon/eim,brennon/eim,brennon/eim
7399a5501177a715f8a1fcbb633c903c73b02730
bin/panda.bat
bin/panda.bat
@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT perl6 "%~dp0\%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl :WinNT perl6 "%~dp0\%0" %* if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl if %errorlevel% == 9009 echo You do not have Perl in your PATH. if errorlevel 1 goto script_faile...
@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT perl6 "%~dp0\%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl :WinNT perl6 "%~dp0\%~n0" %* if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl if %errorlevel% == 9009 echo You do not have Perl in your PATH. if errorlevel 1 goto script_fai...
Make .bat file work with powershell as well as cmd
Make .bat file work with powershell as well as cmd
Batchfile
mit
stmuk/panda,cygx/panda,laben/panda,tadzik/panda,raydiak/panda,timo/panda,stmuk/panda,nbrown/panda,perlpilot/panda,masak/panda,skaji/panda,raydiak/panda,dwarring/panda,hoelzro/panda,shoichikaji/panda,tadzik/panda,shoichikaji/panda,nbrown/panda,will-crawford/panda,laben/panda,dwarring/panda,sjn/panda,sjn/panda,niner/pand...
62c9c2f4b3a90453953f0b206bcb2440a2264565
bin/stree.cmd
bin/stree.cmd
@echo off setlocal enabledelayedexpansion set sourcetreepath=SourceTree\SourceTree.exe if exist "%programfiles%\Atlassian\%sourcetreepath%" ( set sourcetreepath=%programfiles%\Atlassian\%sourcetreepath% ) else if exist "%programfiles(x86)%\Atlassian\%sourcetreepath%" ( set "sourcetreepath=%programfiles(x86)%\A...
@echo off setlocal enabledelayedexpansion set sourcetreepath=SourceTree\SourceTree.exe if exist "%programfiles%\Atlassian\%sourcetreepath%" ( set sourcetreepath=%programfiles%\Atlassian\%sourcetreepath% ) else if exist "%programfiles(x86)%\Atlassian\%sourcetreepath%" ( set "sourcetreepath=%programfiles(x86)%\A...
Remove needless echo; correct directory validation when space present in path
Remove needless echo; correct directory validation when space present in path
Batchfile
mit
ArloL/dotfiles,ArloL/dotfiles
65a1049a4a4aab6eae33c4414a6b5d34bf20ecca
src/RNGLR.EBNF.DFAParser.SimpleTest/gen.cmd
src/RNGLR.EBNF.DFAParser.SimpleTest/gen.cmd
del log.txt for %%i in (CalcEBNF, ComplexRightNull, EpsilonCycle, ManyAndOne, ManyAndOpt, RightNull, SimpleEpsilon, SimpleOpt, SimpleRightNull, SimpleSome, StackingConflict, TwoEpsilonsMiddle) do ( echo . >> log.txt echo %%i >> log.txt ..\..\Bin\Release\v40\YC.YaccConstructor.exe -i %%i.yrd -c ExpandMeta ...
del log.txt for %%i in (CalcEBNF, Choice, ComplexRightNull, EpsilonCycle, ManyAndOne, ManyAndOpt, RightNull, SimpleEpsilon, SimpleOpt, SimpleRightNull, SimpleSome, StackingConflict, TwoEpsilonsMiddle) do ( echo . >> log.txt echo %%i >> log.txt ..\..\Bin\Release\v40\YC.YaccConstructor.exe -i %%i.yrd -c Exp...
Add one more simple test
Add one more simple test
Batchfile
apache-2.0
YaccConstructor/YaccConstructor,YaccConstructor/YaccConstructor,YaccConstructor/YaccConstructor
a5fe8b9a35ed5a367a274282c3f48ce750f47fdb
src/msvcbuild.bat
src/msvcbuild.bat
@rem Open "Visual Studio .NET Command Prompt" to run this script @setlocal @set LUA=../../luajit-2.0 @set LSCOMPILE=cl /nologo /c /LD /MD /O2 /W3 /D_CRT_SECURE_NO_DEPRECATE /I%LUA%/src @set LSLINK=link /nologo %LSCOMPILE% /DLUA_BUILD_AS_DLL /DWIN32_VISTA_ luasys.c sock/sys_sock.c isa/isapi/isapi_dll.c @if err...
@rem Open "Visual Studio .NET Command Prompt" to run this script @setlocal @set LUA=../../luajit-2.0 @set LSCOMPILE=cl /nologo /c /LD /MD /O2 /W3 /D_CRT_SECURE_NO_DEPRECATE /I%LUA%/src @set LSLINK=link /nologo @rem Check Windows Version is Vista+ @ver | findstr /i "Version 6\." > NUL @IF %ERRORLEVEL% NEQ 0 g...
Check Windows version is Vista+ on build.
Win32: Check Windows version is Vista+ on build.
Batchfile
mit
RussellHaley/luasys,RussellHaley/luasys
0e634b218e60b486cc1d368bc1554320a3bc2f35
OpenCover.bat
OpenCover.bat
set CONFIGURATION=%1 set OUTPUT=%2 set OPENCOVER=".\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe" set TARGET="%VSINSTALLDIR%\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" set TARGET_ARGS=".\ThScoreFileConverterTests\bin\%CONFIGURATION%\ThScoreFileConverterTests.dll" set FILTER="+[*]* ...
set CONFIGURATION=%1 set OUTPUT=%2 set OPENCOVER=.\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe set TARGET=%VSINSTALLDIR%\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe set TARGET_ARGS=.\ThScoreFileConverterTests\bin\%CONFIGURATION%\ThScoreFileConverterTests.dll set FILTER=+[*]* -[ThSco...
Fix to log the test results by AppVeyor
Fix to log the test results by AppVeyor
Batchfile
bsd-2-clause
y-iihoshi/ThScoreFileConverter,y-iihoshi/ThScoreFileConverter
fd346bdcb3b62a0aa4a548cc3cb3ecc4056133e4
env_win32.bat
env_win32.bat
set PYTHONPATH=%cd%\inst\lib\python3.4\site-packages set DXSDK_DIR=C:\Program Files\Microsoft DirectX SDK (June 2010)\ set PATH=%cd%\inst\bin;%PATH%
Add a win32 env script to run before building so paths are set correctly
Add a win32 env script to run before building so paths are set correctly
Batchfile
agpl-3.0
fxtentacle/cura-build,trigrab/cura-build
62cd7a9fb724a59a01404c87547bfa8171cd275d
build_and_copy_to_bucket.bat
build_and_copy_to_bucket.bat
SET PATH=C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;%PATH%; CALL "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat" git pull --recurse-submodules git submodule update msbuild /p:Configuration=Normal CALL gsutil cp Normal/engine/engine.exe gs://grit-engine/ CALL gsutil cp...
SET PATH=C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;%PATH%; CALL "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat" git pull --recurse-submodules git submodule update msbuild /p:Configuration=Normal CALL gsutil cp Normal/engine/engine.exe gs://grit-engine/ CALL gsutil cp...
Make batch file exit at the end
Make batch file exit at the end
Batchfile
mit
sparkprime/grit-engine,grit-engine/grit-engine,sparkprime/grit-engine,grit-engine/grit-engine,grit-engine/grit-engine,sparkprime/grit-engine,grit-engine/grit-engine,sparkprime/grit-engine
3b38f801cf83b3eb6397fe78708ce456afa7ae28
cmake/scripts/msvc_build.bat
cmake/scripts/msvc_build.bat
@call "C:\Program Files\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" SET PATH=%PROJECT_PATH%\3rdparty\bin;%MYSQL_CONNECTOR_PATH%\lib;%MYSQL_PATH%\bin;%PYTHON_PATH%\Scripts;C:\OpenSSL-v111-Win64\bin;C:\Libraries\boost_1_67_0;%PATH% cp "%MYSQL_CONNECTOR_PATH%\lib\libmysql.dll" "%PROJECT_PATH%\...
@call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" SET PATH=%PROJECT_PATH%\3rdparty\bin;%MYSQL_CONNECTOR_PATH%\lib;%MYSQL_PATH%\bin;%PYTHON_PATH%\Scripts;C:\OpenSSL-v111-Win64\bin;C:\Libraries\boost_1_67_0;%PATH% cp "%MYSQL_CONNECTOR_PATH%\lib\libmysql.dll" "%PROJECT_...
Fix VS path issue on appveyor
Fix VS path issue on appveyor
Batchfile
apache-2.0
RavenX8/osIROSE-new,dev-osrose/osIROSE-new,RavenX8/osIROSE-new,dev-osrose/osIROSE-new,RavenX8/osIROSE-new,dev-osrose/osIROSE-new
af2e049816f9139e6f23af6a52931aa0f755da6f
src/makeRelease.bat
src/makeRelease.bat
set MAKING_PYPARSING_RELEASE=1 copy ..\sourceforge\svn\trunk\src\CHANGES . copy ..\sourceforge\svn\trunk\src\setup.py . copy ..\sourceforge\svn\trunk\src\pyparsing.py . copy ..\sourceforge\svn\trunk\src\MANIFEST.in_bdist . copy ..\sourceforge\svn\trunk\src\MANIFEST.in_src . rmdir build rmdir dist copy/y...
copy ..\sourceforge\svn\trunk\src\CHANGES . copy ..\sourceforge\svn\trunk\src\setup.py . copy ..\sourceforge\svn\trunk\src\pyparsing.py . copy ..\sourceforge\svn\trunk\src\MANIFEST.in_bdist . copy ..\sourceforge\svn\trunk\src\MANIFEST.in_src . copy ..\sourceforge\svn\trunk\src\examples\* .\examples\ del .\example...
Remove old Py2/3 setup flag Added copying of examples from SVN source, and cleanup any pycs that might by lying around
Remove old Py2/3 setup flag Added copying of examples from SVN source, and cleanup any pycs that might by lying around
Batchfile
mit
pyparsing/pyparsing,pyparsing/pyparsing
cf68dbace739884ee4df09e59def3f8dccb32263
tests/run-tests.bat
tests/run-tests.bat
' Batch file for running tests on JDK 1.1 ' SET CLASSPATH=\java\junit3.8.1\junit.jar;\java\crimson-1.1.3\crimson.jar;\java\jakarta-oro-2.0.8\jakarta-oro-2.0.8.jar;..\dist\classes;classes;resources java junit.textui.TestRunner org.apache.log4j.CoreTestSuite java junit.textui.TestRunner org.apache.log4j.MinimumTestCase ...
Add batch file for running subset of tests on JDK 1.1
Add batch file for running subset of tests on JDK 1.1 git-svn-id: f8ec76806b93013cd47e945cc2def9ed48bbf7ea@311492 13f79535-47bb-0310-9956-ffa450edef68
Batchfile
apache-2.0
smathieu/librarian_sample_repo_java,smathieu/librarian_sample_repo_java,qos-ch/reload4j,qos-ch/reload4j,qos-ch/reload4j
46e7d18c67db62ec0ebcb80f7035a20e622a6014
make.bat
make.bat
@echo off cd src python.exe setup.py build cd .. "%PROGRAMFILES%\Inno Setup 5\ISCC.exe" pesel2pbn.iss
@echo off cd src cd pesel2pbn pyuic5 pesel2pbn.ui > pesel2pbn_auto.py cd .. python.exe setup.py build cd .. "%PROGRAMFILES%\Inno Setup 5\ISCC.exe" pesel2pbn.iss
Recompile UI file on build
Recompile UI file on build
Batchfile
mit
mpasternak/pesel2pbn,mpasternak/pesel2pbn
7a71d695af1251df6378c99cf11ffefe4849ff8f
build/maven_deploy.bat
build/maven_deploy.bat
set WINSCP="C:\Program Files (x86)\WinSCP\WinSCP.com" %WINSCP% /script=dosyncftp_maven.cmd REM Publish artifact to MavenCentral pushd ..\roborio\c++\navx_frc_cpp call gradlew publish popd REM Publish artifact to MavenCentral pushd ..\roborio\java\navx_frc call gradlew publish popd ECHO To Release the MavenCentral Arti...
set WINSCP="C:\Program Files (x86)\WinSCP\WinSCP.com" %WINSCP% /script=dosyncftp_maven.cmd REM Publish artifact to MavenCentral pushd ..\roborio\java\navx_frc call gradlew publish popd REM Publish artifact to MavenCentral pushd ..\roborio\c++\navx_frc_cpp call gradlew publish popd ECHO To Release the MavenCentral Arti...
Update maven deploy script to hopefully work around some reliability issues encountered during uploads to Sonatype Nexus (Maven Central) Repository.
Update maven deploy script to hopefully work around some reliability issues encountered during uploads to Sonatype Nexus (Maven Central) Repository.
Batchfile
mit
kauailabs/navxmxp,kauailabs/navxmxp,kauailabs/navxmxp,kauailabs/navxmxp,kauailabs/navxmxp,kauailabs/navxmxp,kauailabs/navxmxp
7f8b8202d1db007178b9e39d8c280665cb7f920d
build.cmd
build.cmd
@echo off cls .paket\paket.bootstrapper.exe if errorlevel 1 ( exit /b %errorlevel% ) .paket\paket.exe restore if errorlevel 1 ( exit /b %errorlevel% ) packages\build\FAKE\tools\FAKE.exe build.fsx %*
@echo off cls .paket\paket.bootstrapper.exe prerelease if errorlevel 1 ( exit /b %errorlevel% ) .paket\paket.exe restore if errorlevel 1 ( exit /b %errorlevel% ) packages\build\FAKE\tools\FAKE.exe build.fsx %*
Use prerelease paket for dogfooding
Use prerelease paket for dogfooding
Batchfile
mit
NatElkins/Paket,jam40jeff/Paket,0x53A/Paket,snowcrazed/Paket,inosik/Paket,isaacabraham/Paket,robertpi/Paket,Thorium/Paket,MorganPersson/Paket,0x53A/Paket,mrinaldi/Paket,robertpi/Paket,cloudRoutine/Paket,NatElkins/Paket,MorganPersson/Paket,lexarchik/Paket,cloudRoutine/Paket,mrinaldi/Paket,MorganPersson/Paket,Thorium/Pak...
0189b6e6482ac821f6b4c07b51d1d980b57a9dd8
get-dependencies.bat
get-dependencies.bat
@echo off py -m pip install --upgrade pip py -m pip install -r %~dp0/requirements.txt echo. if %ERRORLEVEL% EQU 0 ( echo Installation completed successfully. echo You're good to go! Run 'run.pyw' to start the program. ) else ( echo Installation failed! echo Please make sure to read all the info in the...
Add script for fetching dependencies
Add script for fetching dependencies
Batchfile
mit
kvchen/BERC-automated-finance-tracker,kvchen/BERC-automated-finance-tracker
951371a584e209fdc090fa0fc853154d8faec645
makelinks.bat
makelinks.bat
@echo off setlocal REM --------------------------------------------------------------------------- set ROOT=%~dp0 if not exist "%USERPROFILE%" ( echo [Error] Environment variable %%USERPROFILE%% is not set. goto :CLEANUP ) REM --------------------------------------------------------------------------- pushd "...
Add link generating script for Windows.
Add link generating script for Windows.
Batchfile
unlicense
sgryjp/dotfiles
9c061351b85bf917c9870b5851168368a5075d6f
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_SY...
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe', 'vcredist_x86.exe')" if errorlevel 1 exit 1 powershell -Command "(New-Object Net.WebClient).DownloadFile('https://download.microsoft.com/download/2/d/6/2d61...
Install Visual C++ 2008 SP1 Redistributables
Install Visual C++ 2008 SP1 Redistributables These should hopefully have the missing `vcomp90` library in them. So add this hack to `bld.bat` temporarily to see if this fixes the issue.
Batchfile
bsd-3-clause
rmcgibbo/staged-recipes,patricksnape/staged-recipes,conda-forge/staged-recipes,synapticarbors/staged-recipes,jochym/staged-recipes,mcs07/staged-recipes,shadowwalkersb/staged-recipes,Juanlu001/staged-recipes,Juanlu001/staged-recipes,rvalieris/staged-recipes,cpaulik/staged-recipes,chrisburr/staged-recipes,jakirkham/stage...
21df2fbcfcee8636876371e03ae805af4f74e5c1
scripts/normalize-wav-file.cmd
scripts/normalize-wav-file.cmd
REM @echo off REM "============== GET PARAMS" SET sox="C:\Program Files (x86)\sox-14-4-2\sox.exe" SET filePath=%1 SET fileNormPath=%filePath%.norm.wav SET gain=%2 echo "============== Normalizing audio: %fileNormPath%" %sox% %filePath% %fileNormPath% norm %gain% echo "============== Deleting original: %filePath%" ...
Add normalize wav file windows script
Add normalize wav file windows script
Batchfile
mit
cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic
e5e91544c90dafa3ec1a4050b9bf3787d2568c51
recipes/ocp/bld.bat
recipes/ocp/bld.bat
set CONDA_PREFIX=%PREFIX% if errorlevel 1 exit 1 cmake -B build -S "%SRC_DIR%" ^ -G Ninja ^ -DCMAKE_BUILD_TYPE=Release ^ -DPython3_FIND_STRATEGY=LOCATION ^ -DPython3_ROOT_DIR=%CONDA_PREFIX% ^ -DCMAKE_LINKER=lld-link.exe ^ -DCMAKE_MODULE_LINKER_FLAGS="/FORCE:MULTIPLE" if errorlevel 1 exit 1 cmake ...
set CONDA_PREFIX=%PREFIX% if errorlevel 1 exit 1 cmake -B build -S "%SRC_DIR%" ^ -G Ninja ^ -DCMAKE_BUILD_TYPE=Release ^ -DPython3_FIND_STRATEGY=LOCATION ^ -DPython3_ROOT_DIR=%CONDA_PREFIX% ^ -DCMAKE_LINKER=lld-link.exe ^ -DCMAKE_MODULE_LINKER_FLAGS="/machine:x64 /FORCE:MULTIPLE" if errorlevel 1 e...
Add /machine:x64, flag which was lost when setting /FORCE:MULTIPLE
Add /machine:x64, flag which was lost when setting /FORCE:MULTIPLE
Batchfile
bsd-3-clause
conda-forge/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,mariusvniekerk/staged-recipes,kwilcox/staged-recipes,johanneskoester/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,johannes...
8210ac7ed2f9b2db12a554d7604675cf2ffe71be
ServerSetupScripts/Windows/Chocolatey/Vagrant.bat
ServerSetupScripts/Windows/Chocolatey/Vagrant.bat
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" choco install vagrant chefdk virtualbox visualstudiocode 7zip go...
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" choco install googlechrome 7zip notepadplusplus.install firefox ...
Install smaller things first, like chrome so can be used immediately
Install smaller things first, like chrome so can be used immediately
Batchfile
unlicense
iaingblack/Automation,iaingblack/Automation
1a146136df98747554ae7cf967a9c6418b4f3224
build.cmd
build.cmd
@echo off setlocal call "%VS120COMNTOOLS%\VsDevCmd.bat" msbuild .\PSScriptAnalyzer.sln if NOT [%ERRORLEVEL%]==[0] pause endlocal
@echo off setlocal if "%VS120COMNTOOLS%"=="" GOTO NOTOOLS call "%VS120COMNTOOLS%\VsDevCmd.bat" msbuild .\PSScriptAnalyzer.sln if NOT [%ERRORLEVEL%]==[0] pause GOTO END :NOTOOLS echo The Visual Studio 2012 tools are not installed pause :END endlocal
Check for VS Build tools
Check for VS Build tools
Batchfile
mit
daviwil/PSScriptAnalyzer,dlwyatt/PSScriptAnalyzer,PowerShell/PSScriptAnalyzer,korygill/PSScriptAnalyzer,rkeithhill/PSScriptAnalyzer,juneb/PSScriptAnalyzer
7ccf98b3136808055a9662df9add9b5ce3b75d85
build.bat
build.bat
@echo Off set config=%1 if "%config%" == "" ( set config=Release ) set version= if not "%PackageVersion%" == "" ( set version=-Version %PackageVersion% ) REM Build %WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild AW.Model.RWX.sln /p:Configuration="%config%" /m /v:M /fl /flp:LogFile=msbuild.log;Verbosity=Norm...
@echo Off set config=%1 if "%config%" == "" ( set config=Release ) set version= if not "%PackageVersion%" == "" ( set version=-Version %PackageVersion% ) cmd /c %nuget% restore REM Build %WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild AW.Model.RWX.sln /p:Configuration="%config%" /m /v:M /fl /flp:LogFile=ms...
Add nuget package restore step.
Add nuget package restore step.
Batchfile
apache-2.0
Bloyteg/AW.Model.RWX,Bloyteg/AW.Model.RWX
a0b3e5b3196ba30520d209fd14a97ed722fea182
build.bat
build.bat
@echo off @setlocal rem ------------------------------------------------------ rem Check environment variables if not "%JAVA_HOME%" == "" goto java_home_ok echo Environment variable JAVA_HOME must be set. set ERROR=true :java_home_ok if not "%DEBUG_ENABLED%" == "" goto debug_enabled_ok set DEBUG_ENABLED=false :debug...
@echo off @setlocal rem ------------------------------------------------------ rem Check environment variables if not "%JAVA_HOME%" == "" goto java_home_ok echo Environment variable JAVA_HOME must be set. set ERROR=true :java_home_ok if not "%DEBUG_ENABLED%" == "" goto debug_enabled_ok set DEBUG_ENABLED=false :debug...
Set default target to orbeon-dist-packages
Set default target to orbeon-dist-packages
Batchfile
lgpl-2.1
ajw625/orbeon-forms,martinluther/orbeon-forms,joansmith/orbeon-forms,tanbo800/orbeon-forms,orbeon/orbeon-forms,wesley1001/orbeon-forms,joansmith/orbeon-forms,orbeon/orbeon-forms,brunobuzzi/orbeon-forms,ajw625/orbeon-forms,evlist/orbeon-forms,evlist/orbeon-forms,evlist/orbeon-forms,ajw625/orbeon-forms,joansmith/orbeon-f...
3d79a3d0461360a1a2cd3a04d8278b20188b5466
build.cmd
build.cmd
nuget restore md artifacts\bin MSBuild.exe AzureSiteReplicator\AzureSiteReplicator.csproj /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="..\artifacts";AutoParameterizationWebConfigConnectionStrings=false;Configuration=Release;SolutionDir="." copy "%ProgramW6432%\IIS\Microsoft Web Deploy V3\Microsoft.We...
nuget restore md artifacts\bin MSBuild.exe AzureSiteReplicator\AzureSiteReplicator.csproj /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="..\artifacts";AutoParameterizationWebConfigConnectionStrings=false;Configuration=Release;SolutionDir="." copy "%ProgramW6432%\IIS\Microsoft Web Deploy V3\Microsoft.We...
Remove package analysis in nuget pack call
Remove package analysis in nuget pack call
Batchfile
apache-2.0
projectkudu/AzureSiteReplicator,projectkudu/AzureSiteReplicator,projectkudu/AzureSiteReplicator
62eecfb7fb038c0d39a71232550528b7b4df5678
hpc.bat
hpc.bat
mkdir .hpc ghc --make -isrc -i. src\Main.hs -w -fhpc -odir .hpc -hidir .hpc -threaded -o .hpc\hlint-test del hlint-test.tix .hpc\hlint-test --help .hpc\hlint-test --test .hpc\hlint-test src --report=.hpc\report.html +RTS -N2 hpc.exe markup hlint-test.tix --destdir=.hpc hpc.exe report hlint-test.tix del hlint-te...
Add a script to automate HPC checking
Add a script to automate HPC checking
Batchfile
bsd-3-clause
ndmitchell/hlint,mpickering/hlint,ndmitchell/hlint,eigengrau/hlint,bitemyapp/hlint,gibiansky/hlint
1115dd0bbf97259185f4916d0c38f55eb40e8f31
start.bat
start.bat
@ECHO OFF ECHO ----------------------------------------- ECHO Welcome to the microbit-vagrants control. ECHO ----------------------------------------- ECHO 1 - Espruino ECHO 2 - MicroPython ECHO 3 - RIOT-OS Environment ECHO 4 - PXT ECHO 5 - Exit SET /P C=Type the number you want from above then press enter: IF %C%==1 ...
@ECHO ON vagrant plugin install vagrant-auto_network @ECHO OFF ECHO ----------------------------------------- ECHO Welcome to the microbit-vagrants control. ECHO ----------------------------------------- ECHO 1 - Espruino ECHO 2 - MicroPython ECHO 3 - RIOT-OS Environment ECHO 4 - PXT ECHO 5 - Exit SET /P C=Type the num...
Add very simple vagrant plugin install for the autonetwork
Add very simple vagrant plugin install for the autonetwork
Batchfile
mit
bfayers/microbit-vagrants,bfayers/microbit-vagrants
2003c4962ee2afa15e32fb04c8c936335647a6aa
dependencies/setupSundials.bat
dependencies/setupSundials.bat
@ECHO OFF REM $Id$ REM Bat script to build Sundials dependency automatically REM Author: Robert Braun robert.braun@liu.se setlocal set basedir=%~dp0 set name=sundials set codedir=%basedir%\%name%-code set builddir=%basedir%\%name%-build set installdir=%basedir%\%name% REM Setup paths call setHopsanBuildPaths.bat set...
@ECHO OFF REM $Id$ REM Bat script to build Sundials dependency automatically REM Author: Robert Braun robert.braun@liu.se setlocal set basedir=%~dp0 set name=sundials set codedir=%basedir%\%name%-code set builddir=%basedir%\%name%-build set installdir=%basedir%\%name% REM Setup paths call setHopsanBuildPaths.bat set...
Fix error in Sundials bat script
Fix error in Sundials bat script
Batchfile
apache-2.0
Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan
d6471edbf702626ccf4d842e20037079505af2d6
rebuildExperimentEnvDebugMode.bat
rebuildExperimentEnvDebugMode.bat
rem Define VISUAL_STUDIO_PATH_DEVENV env. variable in your system, example: rem SET VISUAL_STUDIO_PATH_DEVENV=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.exe "%VISUAL_STUDIO_PATH_DEVENV%" HeuristicSearchMax.sln /rebuild Debug rmdir /S /Q ExperimentEnv mkdir ExperimentEnv copy Grid...
Debug build added for exp-env
Debug build added for exp-env
Batchfile
mit
YossiCohen/MA-SIB,YossiCohen/MA-SIB
72a47249b51d49906d784fdd7ca649eff070b464
bin/create-rmi-keystore.bat
bin/create-rmi-keystore.bat
@echo off rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information regarding copyright ownership. rem The ASF licenses this file to You under the Apache License, Version 2.0 rem (t...
@echo off rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information regarding copyright ownership. rem The ASF licenses this file to You under the Apache License, Version 2.0 re...
Set svn:eol-style for new unix and windows shell scripts
Set svn:eol-style for new unix and windows shell scripts git-svn-id: 5ccfe34f605a6c2f9041ff2965ab60012c62539a@1822060 13f79535-47bb-0310-9956-ffa450edef68
Batchfile
apache-2.0
vherilier/jmeter,vherilier/jmeter,ubikloadpack/jmeter,ubikloadpack/jmeter,vherilier/jmeter,vherilier/jmeter,etnetera/jmeter,etnetera/jmeter,etnetera/jmeter,ubikloadpack/jmeter,ubikloadpack/jmeter,etnetera/jmeter,etnetera/jmeter
741d690bb730c57038f655e8290de679d4b20bd6
build-webapp.cmd
build-webapp.cmd
@echo off SET originalDir=%cd% SET baseDir=%~dp0 CD %baseDir% CD src RD build /S /Q call yarn SET NODE_ENV=%1 call gulp build CD %originalDir%
Add a simple script to update and build WebApp
[DR-1302] Add a simple script to update and build WebApp This script will be used in Andres' environment to automatize package generation for Production environment. Example: `build-webapp PROD`
Batchfile
mit
DopplerRelay/relay-webapp,DopplerRelay/relay-webapp
8267f2360e380ea08b9eb5507479f9e642c7c927
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 "%ERRORLEVE...
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('%~dp0%\matlab\CIBuildAndTest.m'), catch ex, disp(['Exception during CIBuildAndTest.m: ' ex.message]), exit(1), end, exit(0);" if not "%ERRORLE...
Update windows CI script to point to catch file calling directory
Update windows CI script to point to catch file calling directory
Batchfile
bsd-3-clause
gift-surg/SlicSeg,gift-surg/SlicSeg,gift-surg/SlicSeg
20fc9333346b814700faa1732aa7985fa728d141
buildRelease.cmd
buildRelease.cmd
@echo off REM initial cleanup rd .\build\Release /s /q rd .\build\Output /s /q mkdir .\build\Release mkdir .\build\Output build\nuget.exe restore REM build solution build\msbuild.bat . /p:Configuration=Release /p:Platform=x86 REM copy web overlays robocopy .\webOverlay .\build\Release\Files\Web /E pause
@echo off REM initial cleanup rd .\build\Release /s /q rd .\build\Output /s /q mkdir .\build\Release mkdir .\build\Output build\nuget.exe restore REM build solution build\msbuild.bat . /p:Configuration=Release /p:Platform="Any CPU" REM copy web overlays robocopy .\webOverlay .\build\Release\Files\Web /E pause
Adjust local build script to use AnyCPU builds
Misc: Adjust local build script to use AnyCPU builds
Batchfile
mit
Piotrekol/StreamCompanion,Piotrekol/StreamCompanion
c28cfd3539723ddfcec3f6ee65cbe505223771be
recipes/openblas/bld.bat
recipes/openblas/bld.bat
:: Set $HOME to the current dir so msys runs here set HOME=%cd% :: Configure, build, test, and install using `nmake`. bash -lc "make" if errorlevel 1 exit 1 bash -lc "make DYNAMIC_ARCH=1 BINARY=$ARCH NO_LAPACK=0 NO_AFFINITY=1 USE_THREAD=1 PREFIX=$LIBRARY_PREFIX install" if errorlevel 1 exit 1
:: Set $HOME to the current dir so msys runs here set HOME=%cd% :: Configure, build, test, and install using `make`. bash -lc "make DYNAMIC_ARCH=1 BINARY=$ARCH NO_LAPACK=0 NO_AFFINITY=1 USE_THREAD=1 PREFIX=$LIBRARY_PREFIX" if errorlevel 1 exit 1 bash -lc "make test" if errorlevel 1 exit 1 bash -lc "make PREFIX=$LIBRA...
Move args to `make` and run tests.
openblas: Move args to `make` and run tests.
Batchfile
bsd-3-clause
cpaulik/staged-recipes,conda-forge/staged-recipes,bmabey/staged-recipes,jochym/staged-recipes,valgur/staged-recipes,jcb91/staged-recipes,jochym/staged-recipes,rmcgibbo/staged-recipes,dfroger/staged-recipes,Cashalow/staged-recipes,guillochon/staged-recipes,mcs07/staged-recipes,chrisburr/staged-recipes,grlee77/staged-rec...
15850a94a50b44249add72aaace978f2e2aa1756
src/BatchFiles/SonarPreBuild.bat
src/BatchFiles/SonarPreBuild.bat
@echo Running Sonar pre-build script... @set SonarRunnerProperties=%1 @set ProjectKey=%2 @set ConfigFolder=%3 @echo Sonar runner properties location: %SonarRunnerProperties% @echo Sonar project key: %ProjectKey% @echo Sonar config location: %ConfigFolder% @echo Creating the Sonar config folder... @rmdir %...
@echo Running Sonar pre-build script... @set SonarRunnerProperties=%1 @set ConfigFolder=%2 @echo Sonar runner properties location: %SonarRunnerProperties% @echo Sonar config location: %ConfigFolder% @echo Creating the Sonar config folder... @rmdir %ConfigFolder% /S /Q @mkdir %ConfigFolder% @echo Generating Sonar Fx...
Revert "Updated prebuild script to pass the Sonar project key"
Revert "Updated prebuild script to pass the Sonar project key" This reverts commit 8643823a98ac984f7e1f28305c44cf803c76f876.
Batchfile
mit
jessehouwing/sonar-msbuild-runner,jabbera/sonar-msbuild-runner,dbolkensteyn/sonar-msbuild-runner,LunicLynx/sonar-msbuild-runner,HSAR/sonar-msbuild-runner,SonarSource/sonar-msbuild-runner,LunicLynx/sonar-msbuild-runner,SonarSource-VisualStudio/sonar-scanner-msbuild,jango2015/sonar-msbuild-runner,SonarSource-VisualStudio...
e51a8b075f43fdb962938fb7b3db43d3ba8d2e15
libexec/rbenv---version.bat
libexec/rbenv---version.bat
@echo off setlocal if "%1" == "--help" ( echo Usage: rbenv --version echo. echo Displays the version number of this rbenv release, including the echo current revision from git, if available. echo. echo The format of the git revision is: echo ^<version^>-^<num_commits^>-^<git_sha^> echo where `num_commits` is the num...
@echo off setlocal if "%1" == "--help" ( echo Usage: rbenv --version echo. echo Displays the version number of this rbenv release, including the echo current revision from git, if available. echo. echo The format of the git revision is: echo ^<version^>-^<num_commits^>-^<git_sha^> echo where `num_commits` is the num...
Change Version number for release
Change Version number for release
Batchfile
mit
nak1114/rbenv-win,nak1114/rbenv-win,nak1114/rbenv-win