Skip to content

Commit

Permalink
Added tinycc to the windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
rozyczko committed May 27, 2016
1 parent 1be5202 commit b4994b7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build_tools/jenkins_win_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set PATH=c:\python27;c:\mingw\bin;%PATH%
set PYLINT= C:\Python27\Scripts\pylint
set INNO="C:\Program Files (x86)\Inno Setup 5\ISCC.exe"


set PYTHONPATH=%PYTHONPATH%;%WORKSPACE%\sasview\utils
set PYTHONPATH=%PYTHONPATH%;%WORKSPACE%\sasview\sasview-install

Expand Down Expand Up @@ -67,6 +66,12 @@ echo F | xcopy sasview-*.egg sasview.egg /Y
%EASY_INSTALL% -d %WORKSPACE%\sasview\sasview-install sasview.egg


:: TINYCC build ####################################################
cd %WORKSPACE%
cd tinycc
%PYTHON% setup.py build
xcopy /S build\lib\* %WORKSPACE%\sasview\utils\

:: SASVIEW INSTALLER ##################################################
cd %WORKSPACE%
cd sasview
Expand All @@ -77,7 +82,6 @@ cd sasview
cd Output
xcopy setupSasView.exe %WORKSPACE%\sasview\dist


:: SASVIEW PYLINT #####################################################
cd %WORKSPACE%\sasview
%PYLINT% --rcfile "build_tools/pylint.rc" -f parseable sasview-install/sasview.egg/sas sasview > test/sasview.txt
Expand Down

0 comments on commit b4994b7

Please sign in to comment.