Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xesxen
ledbanner-driver
Commits
f18c4e2b
Verified
Commit
f18c4e2b
authored
Oct 16, 2019
by
Xesxen
Browse files
Add CI
parent
9629289d
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
f18c4e2b
*.elf
*.hex
.gitlab-ci.yml
0 → 100644
View file @
f18c4e2b
image
:
halci/arduino
build
:
stage
:
build
script
:
-
arduino-cli compile -b arduino:avr:mega $(pwd)
artifacts
:
paths
:
-
"
*.elf"
-
"
*.hex"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment