Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
b367949b
Commit
b367949b
authored
Dec 07, 2018
by
Dean Camera
Browse files
CI: Use bleeding-edge toolchain from Arch.
parent
74dcaa91
Changes
1
Hide whitespace changes
Inline
Side-by-side
.drone.yml
View file @
b367949b
...
...
@@ -3,16 +3,16 @@ name: default
steps
:
-
name
:
Projects
image
:
abcminiuser/docker-ci-avr8-toolchain
image
:
abcminiuser/docker-ci-avr8-toolchain
:latest-arch
commands
:
-
make -j --quiet all
-
name
:
Bootloaders
image
:
abcminiuser/docker-ci-avr8-toolchain
image
:
abcminiuser/docker-ci-avr8-toolchain
:latest-arch
commands
:
-
make --quiet -C Maintenance bootloaders
-
name
:
Tests
image
:
abcminiuser/docker-ci-avr8-toolchain
image
:
abcminiuser/docker-ci-avr8-toolchain
:latest-arch
commands
:
-
make --quiet -C BuildTests all
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