Skip to content

Commit

Permalink
invoke ReduceOPTI script before we delete it!
Browse files Browse the repository at this point in the history
  • Loading branch information
tholden committed Mar 5, 2017
1 parent 71b9966 commit 6fb6a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DevTools/PrepareRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ mkdir ../dynareOBCRelease
cp -f -r . ../dynareOBCRelease/
cd ../dynareOBCRelease

source ./DevTools/ReduceOPTI.sh

rm -f *.mex*
rm -f Core/*.mex*

Expand Down Expand Up @@ -86,8 +88,6 @@ rm -f -r -d -- **/pou.mat
rm -f -r -d -- **/time.mat
rm -f -r -d -- **/checksum

source ./DevTools/ReduceOPTI.sh

find . -empty -type d -delete

echo -n "https://github.com/tholden/dynareOBC/releases/download/vX.XX.TODO/dynareOBCRelease.zip" > CurrentVersionURL.txt
Expand Down

0 comments on commit 6fb6a01

Please sign in to comment.