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
Erik Strand
lufa
Commits
2fb7ccd4
Commit
2fb7ccd4
authored
Dec 04, 2018
by
Dean Camera
Browse files
Add Drone CI build configuration.
parent
72872ca8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.drone.yml
0 → 100644
View file @
2fb7ccd4
kind
:
pipeline
name
:
default
steps
:
-
name
:
Build
image
:
abcminiuser/docker-avr8-toolchain
commands
:
-
make --quiet all
-
name
:
Bootloaders
image
:
abcminiuser/docker-avr8-toolchain
commands
:
-
make --quiet -C Maintenance bootloaders
-
name
:
Tests
image
:
abcminiuser/docker-avr8-toolchain
commands
:
-
make --quiet -C BuildTests all
Write
Preview
Supports
Markdown
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