Skip to content

Commit c41d4d3

Browse files
committed
simplify CI
1 parent 7c1dd7a commit c41d4d3

File tree

432 files changed

+3
-36412
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

432 files changed

+3
-36412
lines changed

.github/workflows/run_tests_matlab.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,8 @@ on:
55
branches:
66
- dev
77
- main
8-
paths:
9-
- '**.m'
10-
- '.github/workflows/*.m'
118
pull_request:
129
branches: ['*']
13-
paths:
14-
- '**.m'
15-
- '.github/workflows/*.m'
1610
schedule:
1711
- cron: "1 1 1 * *"
1812

@@ -21,20 +15,19 @@ on:
2115

2216
jobs:
2317
tests_matlab:
24-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
2519

2620
steps:
2721
- name: Install MATLAB
2822
uses: matlab-actions/[email protected]
2923
with:
30-
# MATLAB release to set up R2020a
3124
release: R2020a
3225

3326
- name: Install CPP_ROI
3427
uses: actions/checkout@v3
3528
with:
3629
submodules: true
37-
fetch-depth: 1
30+
fetch-depth: 0
3831

3932
- name: Install SPM
4033
run: |

initCppRoi.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function initCppRoi()
1717
% we add all the subfunctions that are in the sub directories
1818
CPP_ROI_PATHS = genpath(fullfile(thisDirectory, 'src'));
1919
CPP_ROI_PATHS = cat(2, CPP_ROI_PATHS, pathSep, ...
20-
fullfile(thisDirectory, 'lib', 'marsbar-0.44'));
20+
fullfile(thisDirectory, 'lib', 'marsbar'));
2121
CPP_ROI_PATHS = cat(2, CPP_ROI_PATHS, pathSep, ...
2222
fullfile(thisDirectory, 'atlas'));
2323
addpath(CPP_ROI_PATHS, '-begin');

lib/marsbar-0.44/@mardo/add_contrasts.m

Lines changed: 0 additions & 172 deletions
This file was deleted.

lib/marsbar-0.44/@mardo/adjusted_data.m

Lines changed: 0 additions & 33 deletions
This file was deleted.

lib/marsbar-0.44/@mardo/betas.m

Lines changed: 0 additions & 10 deletions
This file was deleted.

lib/marsbar-0.44/@mardo/block_mean_cols.m

Lines changed: 0 additions & 8 deletions
This file was deleted.

lib/marsbar-0.44/@mardo/block_means.m

Lines changed: 0 additions & 18 deletions
This file was deleted.

lib/marsbar-0.44/@mardo/cd_images.m

Lines changed: 0 additions & 63 deletions
This file was deleted.

lib/marsbar-0.44/@mardo/contrasts.m

Lines changed: 0 additions & 11 deletions
This file was deleted.

lib/marsbar-0.44/@mardo/data.m

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)