kind: pipeline
-name: default
+name: Arch
steps:
- name: Documentation
commands:
- make -j --quiet all
-- name: Bootloaders
+- name: Build Tests
image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
commands:
- - make --quiet -C Maintenance bootloaders
+ - make --quiet -C BuildTests all
+
+# ----
+
+kind: pipeline
+name: Ubuntu
+
+steps:
+- name: Projects
+ image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
+ commands:
+ - make -j --quiet all
- name: Build Tests
image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
# Makefile to build the LUFA library, projects and demos.
# Call with "make all" to rebuild everything, "make clean" to clean everything,
-# "make mostlyclean" to remove all intermediary files but preserve any binaries,
# "make doxygen" to document everything with Doxygen (if installed). Call
# "make help" for additional target build information within a specific project.