Skip to content
Snippets Groups Projects
Commit 2576d700 authored by Severin Landwein's avatar Severin Landwein
Browse files

.

parent c5fcf613
No related branches found
No related tags found
No related merge requests found
...@@ -19,5 +19,7 @@ build: ...@@ -19,5 +19,7 @@ build:
test1: test1:
stage: test stage: test
script: script:
- killall putty
- arduino-cli compile --fqbn arduino:avr:uno examples/unittest/ - arduino-cli compile --fqbn arduino:avr:uno examples/unittest/
- arduino-cli upload --fqbn arduino:avr:uno -p /dev/ttyUSB0 examples/unittest - arduino-cli upload --fqbn arduino:avr:uno -p /dev/ttyUSB0 examples/unittest
- putty /dev/ttyUSB0 -serial -sercfg 115200,8,n,1,N &
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment