Changes between Version 1 and Version 2 of CodeCampIV/Planning/WorkingGroups/Build_Minutes_CC4


Ignore:
Timestamp:
Mar 16, 2016 4:47:51 AM (8 years ago)
Author:
trnielsen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • CodeCampIV/Planning/WorkingGroups/Build_Minutes_CC4

    v1 v2  
    1 Minutes related to new build setup and workflow. 
     1'''Minutes related to new build setup and workflow.''' 
     2 
     3Suggestions for new workflow: 
     4 
     5Use same build sever for CI and release.  
     6 
     7Continuous Integration: 
     8* Step 1) Clone and build SasView dependencies 
     9* Step 2) Install python egg 
     10* Step 3) Build SasView 
     11* Step 4) Make installer (*.exe or *.dmg) 
     12 
     13Release builds:  
     14* Install from pypi SasView dependencies (or tagged versions) 
     15* Build SasView 
     16* Make installer (*.exe or *.dmg)