File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,16 @@ jobs:
12
12
path : sinppet/TESTS
13
13
14
14
# ## Repo structure Tests ###
15
- - run : |
15
+ - run :
16
+ name : Repo structure Tests
17
+ command : |
16
18
cd sinppet/TESTS
17
19
python3 .circleci/repo_checks.py
18
20
19
21
# ## Astyle Tests ###
20
- - run : |
22
+ - run :
23
+ name : Astyle Tests
24
+ command : |
21
25
cd sinppet/TESTS
22
26
wget https://github.com/ARMmbed/mbed-os/raw/master/.astylerc
23
27
git --no-pager diff --name-only --diff-filter=dr $(git merge-base --fork-point origin/master) HEAD | ( grep '.\(c\|cpp\|h\|hpp\)$' || true ) | while read file; do astyle -n --options=.astylerc "${file}"; done
26
30
# ## Compile Tests ###
27
31
- run : mv sinppet/TESTS/mbed-os.lib .
28
32
- run : git clone https://github.com/ARMmbed/mbed-os.git mbed-os
29
- - run : |
33
+ - run :
34
+ name : Compile Tests
35
+ command : |
30
36
mbed config root .
31
37
mbed update
32
38
mbed add https://github.com/c1728p9/AudioPlayer
You can’t perform that action at this time.
0 commit comments