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
No related branches found
No related tags found
No related merge requests found
...@@ -3,16 +3,16 @@ name: default ...@@ -3,16 +3,16 @@ name: default
steps: steps:
- name: Projects - name: Projects
image: abcminiuser/docker-ci-avr8-toolchain image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
commands: commands:
- make -j --quiet all - make -j --quiet all
- name: Bootloaders - name: Bootloaders
image: abcminiuser/docker-ci-avr8-toolchain image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
commands: commands:
- make --quiet -C Maintenance bootloaders - make --quiet -C Maintenance bootloaders
- name: Tests - name: Tests
image: abcminiuser/docker-ci-avr8-toolchain image: abcminiuser/docker-ci-avr8-toolchain:latest-arch
commands: commands:
- make --quiet -C BuildTests all - 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