text stringlengths 0 834k |
|---|
or in %BUILDDIR%/linkcheck/output.txt. |
goto end |
) |
if ""%1"" == ""doctest"" ( |
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest |
if errorlevel 1 exit /b 1 |
echo. |
echo.Testing of doctests in the sources finished, look at the ^ |
results in %BUILDDIR%/doctest/output.txt. |
goto end |
) |
if ""%1"" == ""xml"" ( |
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml |
if errorlevel 1 exit /b 1 |
echo. |
echo.Build finished. The XML files are in %BUILDDIR%/xml. |
goto end |
) |
if ""%1"" == ""pseudoxml"" ( |
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml |
if errorlevel 1 exit /b 1 |
echo. |
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. |
goto end |
) |
:end |
",27.8065843621,92,0.6782595827 |
219177,d2c01d24df29608f3e8aeb060026d52ee3ce863d,153,bat,Batchfile,ci/inst-tools.bat,adunstan/citest,e29eb7e0cc7fdfe3cd933fc11295fd21a1893f67,['PostgreSQL'],,,,ci/inst-tools.bat,adunstan/citest,e29eb7e0cc7fdfe3cd933fc11295fd21a1893f67,['PostgreSQL'],,,,ci/inst-tools.bat,adunstan/citest,e29eb7e0cc7fdfe3cd933fc11295fd21a1... |
",76.5,152,0.7843137255 |
219178,d2c024a11a3d2c1f65a5ebde12fd2ba9dadb7680,1244,cmd,Batchfile,dpdk-16.11/x86_64-native-linuxapp-gcc/build/lib/librte_mempool/.rte_mempool_ring.o.cmd,markdl/mtcp,aa8044eca65418f85fc0a5bfc0239f0f0c3d3c5b,['BSD-3-Clause'],,,,dpdk-16.11/x86_64-native-linuxapp-gcc/build/lib/librte_mempool/.rte_mempool_ring.o.cmd,markdl... |
",622.0,1243,0.86414791 |
219179,d2c059a36fdef894f9409b3637c41236db2009b3,131,bat,Batchfile,src/cpp/make.bat,sortedcord/Mania-Replay-Master,fe113f275d43307498ca5b972edbdaf17d997609,['Apache-2.0'],,,,src/cpp/make.bat,sortedcord/Mania-Replay-Master,fe113f275d43307498ca5b972edbdaf17d997609,['Apache-2.0'],,,,src/cpp/make.bat,sortedcord/Mania-Replay... |
cd build |
rm librender.dll |
cmake .. -G ""MinGW Makefiles"" |
cmake --build . |
copy librender.dll ..\..\..\build\librender.dll",21.8333333333,47,0.7175572519 |
219180,d2c062860d5c5f924bcee766e178131b9d9bcee2,1195,cmd,Batchfile,build/platform.github-release.cmd,g-stefan/time-cmd,9f989837aa0df646e282b16975aac3ab9beb4965,['MIT' 'Unlicense'],,,,build/platform.github-release.cmd,g-stefan/time-cmd,9f989837aa0df646e282b16975aac3ab9beb4965,['MIT' 'Unlicense'],,,,build/platform.github... |
rem Public domain |
rem http://unlicense.org/ |
rem Created by Grigore Stefan <g_stefan@yahoo.com> |
SETLOCAL ENABLEDELAYEDEXPANSION |
echo -^> github-release time-cmd |
if not exist release\ echo Error - no release & exit 1 |
set PROJECT=time-cmd |
if not exist version.ini echo Error - no version & exit 1 |
FOR /F ""tokens=* USEBACKQ"" %%F IN (`xyo-version --no-bump --get ""--version-file=version.ini"" %PROJECT%`) DO ( |
SET VERSION=%%F |
) |
echo -^> release %PROJECT% v%VERSION% |
git pull --tags origin main |
git rev-parse --quiet ""v%VERSION%"" 1>NUL 2>NUL |
if not errorlevel 1 goto tagExists |
git tag -a v%VERSION% -m ""v%VERSION%"" |
git push --tags |
echo Create release %PROJECT% v%VERSION% |
github-release release --repo %PROJECT% --tag v%VERSION% --name ""v%VERSION%"" --description ""Release"" |
pushd release |
for /r %%i in (%PROJECT%-%VERSION%*.7z) do echo Upload %%~nxi & github-release upload --repo %PROJECT% --tag v%VERSION% --name ""%%~nxi"" --file ""%%i"" |
for /r %%i in (%PROJECT%-%VERSION%*.csv) do echo Upload %%~nxi & github-release upload --repo %PROJECT% --tag v%VERSION% --name ""%%~nxi"" --file ""%%i"" |
popd |
goto :eof |
:tagExists |
echo Release already exists |
exit 0 |
",32.2972972973,150,0.6761506276 |
219181,d2c090e5d91a28327d47f8d6bc9ba6c34807aca1,15,bat,Batchfile,blinkWithATwistAXI/ip/blink/sim/script/simulate.bat,anielsen001/ravven-vhdl,9b2d8c0e3d10ee1f256c98de6aca9f66effb1642,['BSD-3-Clause'],4.0,2019-01-31T22:59:31.000Z,2020-06-24T22:43:01.000Z,blinkWithATwistAXI/ip/blink/sim/script/simulate.bat,anielsen001/rav... |
219182,d2c0d1f867bd853ee801f574209079dd356e67cf,208,cmd,Batchfile,_make_distr.prepare.cmd,progmonster/ApacheTune,85ecd442ac2814115aee7969d52605dfd5565f11,['MIT'],,,,_make_distr.prepare.cmd,progmonster/ApacheTune,85ecd442ac2814115aee7969d52605dfd5565f11,['MIT'],1.0,2022-01-21T23:32:03.000Z,2022-01-21T23:32:03.000Z,_make... |
md distr |
md distr\temp |
if %errorlevel% NEQ 0 goto :setError |
rd /S /Q distr.unpacked |
md distr.unpacked |
md distr.unpacked\lib |
if %errorlevel% NEQ 0 goto :setError |
exit /B 0 |
:setError |
exit /B 1",14.8571428571,36,0.7355769231 |
219183,d2c0d29c41d1bd6970cbd92779c8d538b762b07c,487,bat,Batchfile,codebuild/cd/windows-vs2015-x86-build.bat,aceeric/aws-crt-java,704a208262f3ded82d9bb9f071796115e580857a,['Apache-2.0'],31.0,2019-01-03T21:11:41.000Z,2022-02-10T03:50:17.000Z,codebuild/cd/windows-vs2015-x86-build.bat,aceeric/aws-crt-java,704a208262f3ded82... |
@setlocal enableextensions enabledelayedexpansion |
echo PATH=%PATH% |
echo JAVA_HOME=%JAVA_HOME% |
set AWS_CMAKE_GENERATOR=Visual Studio 14 2015 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.