21
21
- ' !CI/build/platformio-builder.py'
22
22
- tools/**
23
23
jobs :
24
- astyle_check :
25
- runs-on : ubuntu-latest
26
- name : AStyle check
27
- steps :
28
- # First of all, clone the repo using the checkout action.
29
- - name : Checkout
30
- uses : actions/checkout@master
24
+ # astyle_check:
25
+ # runs-on: ubuntu-latest
26
+ # name: AStyle check
27
+ # steps:
28
+ # # First of all, clone the repo using the checkout action.
29
+ # - name: Checkout
30
+ # uses: actions/checkout@master
31
31
32
- - name : Astyle check
33
- id : Astyle
34
- uses : stm32duino/actions/astyle-check@master
35
- with :
36
- astyle-definition : ' CI/astyle/.astylerc'
37
- ignore-path-list : ' CI/astyle/.astyleignore'
32
+ # - name: Astyle check
33
+ # id: Astyle
34
+ # uses: stm32duino/actions/astyle-check@master
35
+ # with:
36
+ # astyle-definition: 'CI/astyle/.astylerc'
37
+ # ignore-path-list: 'CI/astyle/.astyleignore'
38
38
39
- # Use the output from the `Astyle` step
40
- - name : Astyle Errors
41
- if : failure()
42
- run : |
43
- cat ${{ steps.Astyle.outputs.astyle-result }}
44
- exit 1
39
+ # # Use the output from the `Astyle` step
40
+ # - name: Astyle Errors
41
+ # if: failure()
42
+ # run: |
43
+ # cat ${{ steps.Astyle.outputs.astyle-result }}
44
+ # exit 1
45
45
core_build :
46
46
runs-on : ubuntu-latest
47
47
name : Core compilation
@@ -60,14 +60,14 @@ jobs:
60
60
run : |
61
61
cat ${{ steps.Compile.outputs.compile-result }}
62
62
exit 1
63
- pio_build :
64
- runs-on : ubuntu-latest
65
- name : PlatformIO test
66
- steps :
67
- # First of all, clone the repo using the checkout action.
68
- - name : Checkout
69
- uses : actions/checkout@master
63
+ # pio_build:
64
+ # runs-on: ubuntu-latest
65
+ # name: PlatformIO test
66
+ # steps:
67
+ # # First of all, clone the repo using the checkout action.
68
+ # - name: Checkout
69
+ # uses: actions/checkout@master
70
70
71
- - name : PlatformIO
72
- id : Compile
73
- uses : ./.github/actions/pio-build
71
+ # - name: PlatformIO
72
+ # id: Compile
73
+ # uses: ./.github/actions/pio-build
0 commit comments