mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Added docker files for gcc and clang development environments
This commit is contained in:
parent
6a68fa728b
commit
47784f992e
5 changed files with 29 additions and 13 deletions
|
|
@ -11,7 +11,7 @@ rem error if BOOST_ROOT not set
|
|||
set BOOST=%BOOST_ROOT%
|
||||
|
||||
pushd ..\test
|
||||
%BOOST%\b2 -q %*
|
||||
%BOOST%\b2.exe -q %*
|
||||
popd
|
||||
if errorlevel 1 exit /b %ERRORLEVEL%
|
||||
|
||||
|
|
@ -24,6 +24,6 @@ xcopy /Y /S /Q /I %BOOST%\doc\src\images\*.png ..\doc\html\images
|
|||
xcopy /Y /S /Q /I %BOOST%\doc\src\images\callouts\*.png ..\doc\html\images\callouts
|
||||
if errorlevel 1 exit /b %ERRORLEVEL%
|
||||
pushd ..\doc
|
||||
%BOOST%\b2 -q %*
|
||||
%BOOST%\b2.exe -q %*
|
||||
popd
|
||||
if errorlevel 1 exit /b %ERRORLEVEL%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue