File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,6 @@ deploy:
58
58
api_key : $GITRELEASE
59
59
file :
60
60
- robot.pdf
61
- - " Robotics_Toolbox_for_MATLAB .mltbx"
61
+ - RTB .mltbx
62
62
skip_cleanup : true
63
63
overwrite : true
Original file line number Diff line number Diff line change 37
37
**/.travis*
38
38
doc/*
39
39
distrib
40
- lib
41
40
Octave
42
41
*.md
43
42
*.html
Original file line number Diff line number Diff line change 60
60
%% Run all unit tests in my repository
61
61
fprintf(' ---------------------------------- Run the unit tests ------------------------------------\n ' )
62
62
63
- % results = runner.run(suite);
63
+ results = runner .run(suite );
64
64
65
65
% Assert no tests failed
66
- % assert(all(~[results.Failed]));
66
+ assert(all(~[results .Failed ]));
67
67
68
68
%% Build the toolbox distribution file
69
69
fprintf(' ---------------------------------- Build the MLTBX file ------------------------------------\n ' )
70
70
cd ..
71
+ % add more folders to the path to ensure they go in the MLTBX file
71
72
addpath demos
72
73
addpath examples
73
74
addpath Apps
74
75
75
- matlab .addons .toolbox .packageToolbox(' PackageToolbox.prj' )
76
+ matlab .addons .toolbox .packageToolbox(' PackageToolbox.prj' , ' RTB.mltbx ' )
You can’t perform that action at this time.
0 commit comments