File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 61
61
# - name: Setup upterm session
62
62
# uses: lhotari/action-upterm@v1
63
63
64
- - name : Build with Arduino CLI
64
+ - name : Build example with Arduino CLI - Aes
65
65
run : ${{github.workspace}}/bin/arduino-cli compile --fqbn esp32:esp32:nodemcu-32s ./examples/Aes
66
+
67
+ - name : Build example with Arduino CLI - AesMultipart
68
+ run : ${{github.workspace}}/bin/arduino-cli compile --fqbn esp32:esp32:nodemcu-32s ./examples/AesMultipart
69
+
70
+ - name : Build example with Arduino CLI - GenerateKey
71
+ run : ${{github.workspace}}/bin/arduino-cli compile --fqbn esp32:esp32:nodemcu-32s ./examples/GenerateKey
72
+
73
+ - name : Build example with Arduino CLI - GenerateRandom
74
+ run : ${{github.workspace}}/bin/arduino-cli compile --fqbn esp32:esp32:nodemcu-32s ./examples/GenerateRandom
75
+
76
+ - name : Build example with Arduino CLI - Hash
77
+ run : ${{github.workspace}}/bin/arduino-cli compile --fqbn esp32:esp32:nodemcu-32s ./examples/Hash
78
+
79
+ - name : Build example with Arduino CLI - HashMultipart
80
+ run : ${{github.workspace}}/bin/arduino-cli compile --fqbn esp32:esp32:nodemcu-32s ./examples/HashMultipart
81
+
82
+ - name : Build example with Arduino CLI - SignMessage
83
+ run : ${{github.workspace}}/bin/arduino-cli compile --fqbn esp32:esp32:nodemcu-32s ./examples/SignMessage
You can’t perform that action at this time.
0 commit comments