projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
02f2ab4
)
CI: Add dummy avr32-gcc compiler.
author
Dean Camera
<dean@fourwalledcubicle.com>
Sat, 8 Dec 2018 03:53:29 +0000
(14:53 +1100)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sat, 8 Dec 2018 03:59:51 +0000
(14:59 +1100)
.drone.yml
patch
|
blob
|
blame
|
history
diff --git
a/.drone.yml
b/.drone.yml
index
de69a3e
..
fdb8f99
100644
(file)
--- a/
.drone.yml
+++ b/
.drone.yml
@@
-1,5
+1,9
@@
kind: pipeline
kind: pipeline
-name: Arch
+name: Documentation
+
+platform:
+ os: linux
+ arch: amd64
steps:
- name: Documentation
steps:
- name: Documentation
@@
-8,28
+12,44
@@
steps:
- make --quiet -C Maintenance upgrade-doxygen
- make --quiet doxygen
- make --quiet -C Maintenance upgrade-doxygen
- make --quiet doxygen
-- name: Projects
- image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
- commands:
- - make -j --quiet all
+---
+kind: pipeline
+name: Arch
+
+platform:
+ os: linux
+ arch: amd64
+
+steps:
- name: Build Tests
image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
commands:
- name: Build Tests
image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
commands:
+ - ln -s /bin/true /sbin/avr32-gcc
- make --quiet -C BuildTests all
- make --quiet -C BuildTests all
-# ----
+- name: Projects
+ image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
+ commands:
+ - make -j --quiet all
+
+---
kind: pipeline
name: Ubuntu
kind: pipeline
name: Ubuntu
+platform:
+ os: linux
+ arch: amd64
+
steps:
steps:
-- name:
Projec
ts
+- name:
Build Tes
ts
image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
commands:
image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
commands:
- - make -j --quiet all
+ - ln -s /bin/true /sbin/avr32-gcc
+ - make --quiet -C BuildTests all
-- name:
Build Tes
ts
+- name:
Projec
ts
image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
commands:
image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
commands:
- - make -
-quiet -C BuildTests
all
+ - make -
j --quiet
all