File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 15
15
keys :
16
16
- cache4
17
17
- run : git clone https://github.com/plotly/plotly_matlab.git --branch=master --depth=1
18
+ - run : git clone https://github.com/kakearney/boundedline-pkg.git --branch=master --depth=1
19
+ - run : git clone https://github.com/alchemyst/ternplot.git --branch=master --depth=1
20
+ - run : git clone https://github.com/fangq/jdata.git --branch=master --depth=1
18
21
- checkout
19
22
- matlab/install
20
23
- save_cache :
26
29
sudo apt-get install tree
27
30
tree
28
31
- matlab/run-command :
29
- command : addpath(genpath('plotly_matlab/plotly/')); evalMD;
32
+ command : addpath(genpath('plotly_matlab/plotly/')); addpath(genpath('boundedline-pkg/')); addpath(genpath('ternplot/')); addpath(genpath('jdata/')); evalMD;
30
33
- run :
31
34
command : |
32
35
tree
Original file line number Diff line number Diff line change 8
8
fileList = dir(' matlab/*.md' );
9
9
10
10
% Loop over all files
11
- for i = 1 : 3 % : length(fileList)
11
+ for i = 1 : length(fileList )
12
12
fileName = fullfile(fileList(i ).folder,fileList(i ).name);
13
13
fprintf(' Evaluating (%03d ): %s\n ' ,i ,[' matlab/' ,fileList(i ).name]);
14
14
mdContents = readlines(fileName ,' Encoding' ,' UTF-8' );
You can’t perform that action at this time.
0 commit comments