Skip to content

Commit 379aa3a

Browse files
committed
.
1 parent 918b8f0 commit 379aa3a

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.github/workflows/ci.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,23 @@ jobs:
6161
# - name: Setup upterm session
6262
# uses: lhotari/action-upterm@v1
6363

64-
- name: Build with Arduino CLI
64+
- name: Build example with Arduino CLI - Aes
6565
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

0 commit comments

Comments
 (0)