Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
Small fixes for jenkins build environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandalf-the-Grey committed Aug 26, 2014
1 parent aebb1cd commit bae1b34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions HelperScripts/jenkins_build64.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
echo Available processor count: %NUMBER_OF_PROCESSORS%
echo Starting build # %BUILD_NUMBER%
cd bitshares_toolkit
rem git reset --hard
rem git pull
rem reset and pull not needed because we assume
rem that bitshares_toolkit was just cloned fresh
git submodule init || exit /b 21
git submodule update || exit /b 22

Expand All @@ -20,7 +16,6 @@ if exist leveldb-win (

cd %WORKSPACE%
call bitshares_toolkit/setenv_x64.bat || exit /b 26
call "%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64 || exit /b 29

call npm install grunt
call npm install lineman -g --prefix=%NPM_INSTALL_PREFIX%
Expand Down
2 changes: 1 addition & 1 deletion setenv.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set BOOST_ROOT=%BITSHARES_ROOT%\boost_1.55
set TCL_ROOT=%BITSHARES_ROOT%\tcl
set NPM_INSTALL_PREFIX=%BITSHARES_ROOT%\npm

set PATH=%NPM_INSTALL_PREFIX%;%APPDATA%\npm;%QTDIR%\bin;%ICUROOT%\bin;%ICUROOT%\lib;%BITSHARES_ROOT%\bin;%BITSHARES_ROOT%\tcl\bin;%BITSHARES_ROOT%\Cmake\bin;%BOOST_ROOT%\stage\lib;%PATH%
set PATH=%NPM_INSTALL_PREFIX%;"%APPDATA%"\npm;%QTDIR%\bin;%ICUROOT%\bin;%ICUROOT%\lib;%BITSHARES_ROOT%\bin;%TCL_ROOT%\bin;%BITSHARES_ROOT%\Cmake\bin;%BOOST_ROOT%\stage\lib;%PATH%
set CMAKE_PREFIX_PATH=%QTDIR%
set QT_QPA_PLATFORM_PLUGIN_PATH=%QTDIR%\plugins\platforms

Expand Down
4 changes: 2 additions & 2 deletions setenv_x64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ set BOOST_ROOT=%BITSHARES_ROOT%\boost_1.55.x64
set TCL_ROOT=%BITSHARES_ROOT%\tcl.x64
set NPM_INSTALL_PREFIX=%BITSHARES_ROOT%\npm

set PATH=%NPM_INSTALL_PREFIX%;%APPDATA%\npm;%QTDIR%\bin;%ICUROOT%\bin;%ICUROOT%\lib;%BITSHARES_ROOT%\bin;%BITSHARES_ROOT%\tcl.x64\bin;%BITSHARES_ROOT%\Cmake\bin;%BOOST_ROOT%\stage\lib;%PATH%
set PATH=%NPM_INSTALL_PREFIX%;"%APPDATA%"\npm;%QTDIR%\bin;%ICUROOT%\bin;%ICUROOT%\lib;%BITSHARES_ROOT%\bin;%TCL_ROOT%\bin;%BITSHARES_ROOT%\Cmake\bin;%BOOST_ROOT%\stage\lib;%PATH%
set CMAKE_PREFIX_PATH=%QTDIR%
set QT_QPA_PLATFORM_PLUGIN_PATH=%QTDIR%\plugins\platforms

echo Setting up VS2013 environment...
call "%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat" amd64
call "%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64

0 comments on commit bae1b34

Please sign in to comment.