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

Commit

Permalink
Update jenkins_build64.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsha256 committed Sep 10, 2014
1 parent 6c96ddb commit 5a17046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HelperScripts/jenkins_build64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ if exist build (
mkdir build
cd build
cmake -DINCLUDE_QT_WALLET=TRUE -DINCLUDE_CRASHRPT=FALSE -G "Visual Studio 12 Win64" ../bitsharesx || exit /b 28
msbuild.exe /M:%NUMBER_OF_PROCESSORS% /p:Configuration=RelWithDebinfo /p:Platform=x64 /target:rebuild /v:diag BitShares.sln || exit /b 30
msbuild.exe /M:%NUMBER_OF_PROCESSORS% /p:Configuration=Release /p:Platform=x64 /target:BitSharesX:rebuild /v:diag BitShares.sln || exit /b 30

0 comments on commit 5a17046

Please sign in to comment.