kind: pipeline
-name: Arch
+name: Documentation
+
+platform:
+ os: linux
+ arch: amd64
steps:
- name: Documentation
- 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:
+ - ln -s /bin/true /sbin/avr32-gcc
- make --quiet -C BuildTests all
-# ----
+- name: Projects
+ image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
+ commands:
+ - make -j --quiet all
+
+---
kind: pipeline
name: Ubuntu
+platform:
+ os: linux
+ arch: amd64
+
steps:
-- name: Projects
+- name: Build Tests
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 Tests
+- name: Projects
image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
commands:
- - make --quiet -C BuildTests all
+ - make -j --quiet all