slash-segmentation / CHM

Cascaded Hierarchical Model Automatic Segmentation Algorithm
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Added functional tests to release system and added version injection into CHM train and test scripts #23

Closed coleslaw481 closed 10 years ago

coleslaw481 commented 10 years ago

This pull request includes lots of changes to the release system (invoked by create_release.sh) Main changes:

-- Directories in chm-source.VERSION.tar.gz & chm-compiled...tar.gz now match tarball name.

-- chm-compiled...tar.gz now includes matlab version in file name

-- Functional/system tests are run on released tarball files.

-- -s optional flag allows caller to disable git commits and push

-- CHM_train.sh, CHM_test.sh and readme files now have tokens (ie @@VERSION@@) in them that are replaced by create_release.sh script.