Skip to content

Commit 59261a2

Browse files
committed
Update config.yml
1 parent 4f7b68a commit 59261a2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: compile
2121
command: |
2222
export PATH=$PATH:/root/project/bin
23-
arduino-cli compile -b teensy:avr:teensy41 --output-dir /root/project/compiled LinearMouseInterpolator
23+
arduino-cli compile -b teensy:avr:teensy41 --output-dir /root/project/compiled arduino-lmi
2424
- persist_to_workspace:
2525
root: .
2626
paths: compiled
@@ -58,3 +58,6 @@ workflows:
5858
compile:
5959
jobs:
6060
- compile
61+
- upload-nightly:
62+
requires:
63+
- compile

0 commit comments

Comments
 (0)