Skip to content
Snippets Groups Projects
Commit b367949b authored by Dean Camera's avatar Dean Camera
Browse files

CI: Use bleeding-edge toolchain from Arch.

parent 74dcaa91
Branches
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment