1
0
Fork 0

Archive PDB files inside the build script.

This commit is contained in:
James Turner 2015-09-02 11:41:49 +01:00
parent 5d112a90d4
commit c67f750862

View file

@ -81,6 +81,10 @@ subst X: %WORKSPACE%.
REM ensure output dir is clean since we upload the entirety of it REM ensure output dir is clean since we upload the entirety of it
rmdir /S /Q output rmdir /S /Q output
REM archiving PDB files
copy %WORKSPACE%\build-fg32\src\Main\RelWithDebInfo\fgfs.pdb %WORKSPACE%\Output\fgfs-x86-%BUILD_NUMBER%.pdb
copy %WORKSPACE%\build-fg64\src\Main\RelWithDebInfo\fgfs.pdb %WORKSPACE%\Output\fgfs-x64-%BUILD_NUMBER%.pdb
REM indirect way to get command output into an environment variable REM indirect way to get command output into an environment variable
set PATH=%WORKSPACE%\install\msvc100\OpenSceneGraph\bin;%PATH% set PATH=%WORKSPACE%\install\msvc100\OpenSceneGraph\bin;%PATH%
osgversion --so-number > %TEMP%\osg-so-number.txt osgversion --so-number > %TEMP%\osg-so-number.txt