1
0
Fork 0

Fix nightly build uploads.

This commit is contained in:
James Turner 2015-09-02 11:35:06 +01:00
parent 4ac12095a6
commit b75295f647

View file

@ -78,6 +78,9 @@ ECHO Packaging root is %WORKSPACE%
subst X: /D
subst X: %WORKSPACE%.
REM ensure output dir is clean since we upload the entirety of it
rmdir /S output
REM indirect way to get command output into an environment variable
set PATH=%WORKSPACE%\install\msvc100\OpenSceneGraph\bin;%PATH%
osgversion --so-number > %TEMP%\osg-so-number.txt