File tree Expand file tree Collapse file tree 2 files changed +22
-15
lines changed Expand file tree Collapse file tree 2 files changed +22
-15
lines changed Original file line number Diff line number Diff line change 1
- name : Arduino
1
+ # name: Arduino
2
2
3
- on : [pull_request, push]
3
+ # on: [pull_request, push]
4
4
5
- jobs :
6
- arduino_ci :
7
- runs-on : ubuntu-latest
5
+ # jobs:
6
+ # arduino_ci:
7
+ # runs-on: ubuntu-latest
8
8
9
- steps :
10
- - uses : actions/checkout@v2
11
- - uses : Arduino-CI/action@stable-1.x
12
- env :
13
- USE_SUBDIR : lib/MCP3x6x
14
- EXPECT_EXAMPLES : true
15
- EXPECT_UNITTESTS : false
9
+ # steps:
10
+ # - uses: actions/checkout@v2
11
+ # - uses: Arduino-CI/action@stable-1.x
12
+ # env:
13
+ # USE_SUBDIR: lib/MCP3x6x
14
+ # EXPECT_EXAMPLES: true
15
+ # EXPECT_UNITTESTS: false
Original file line number Diff line number Diff line change @@ -3,16 +3,15 @@ name: PlatformIO
3
3
on : [push]
4
4
5
5
jobs :
6
- build :
7
6
7
+ build :
8
8
runs-on : ubuntu-latest
9
9
strategy :
10
10
matrix :
11
11
example :
12
12
- examples/analogRead_Mux/analogRead_Mux.ino
13
13
- examples/analogRead_Scan/analogRead_Scan.ino
14
14
- examples/analogRead_ContinuousScan/analogRead_ContinuousScan.ino
15
-
16
15
steps :
17
16
- uses : actions/checkout@v2
18
17
- name : Cache pip
35
34
- name : Run PlatformIO
36
35
run : pio ci -c platformio.ini --lib=lib/MCP3x6x
37
36
env :
38
- PLATFORMIO_CI_SRC : ${{ matrix.example }}
37
+ PLATFORMIO_CI_SRC : ${{ matrix.example }}
38
+
39
+ publish :
40
+ runs-on : ubuntu-latest
41
+ needs : build
42
+ steps :
43
+ - uses : bojit/platformio-publish@main
44
+ with :
45
+ token : ${{ secrets.PLATFORMIO_TOKEN }}
You can’t perform that action at this time.
0 commit comments