projects
/
pub
/
lufa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d90773
)
Build: Fix incorrect build target for Ubuntu CI builds.
author
Dean Camera
<dean@fourwalledcubicle.com>
Wed, 23 Oct 2019 11:03:50 +0000
(22:03 +1100)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Wed, 23 Oct 2019 11:03:50 +0000
(22:03 +1100)
.drone.yml
patch
|
blob
|
blame
|
history
diff --git
a/.drone.yml
b/.drone.yml
index
2d2abb1
..
a6332e8
100644
(file)
--- a/
.drone.yml
+++ b/
.drone.yml
@@
-46,13
+46,13
@@
platform:
steps:
- name: Build Tests
- image: abcminiuser/docker-ci-avr8-toolchain:latest
-arch
+ image: abcminiuser/docker-ci-avr8-toolchain:latest
pull: always
commands:
- ln -s /bin/true /sbin/avr32-gcc
- make --quiet -C BuildTests all
- name: Projects
- image: abcminiuser/docker-ci-avr8-toolchain:latest
-arch
+ image: abcminiuser/docker-ci-avr8-toolchain:latest
commands:
- make --quiet all