From c4be24fbdc8a760b611e76e0fda9f3f6120d49eb Mon Sep 17 00:00:00 2001 From: Michael DM Dryden <mdryden@chem.utoronto.ca> Date: Sat, 6 May 2017 12:50:29 -0400 Subject: [PATCH] Add bootloader to gitlab-ci artifacts. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3eb44b4..7a5322a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ image: kalledk/docker-avr-toolchain paths: - dstat-firmware.hex - dstat-firmware.elf + - atxmega256a3u_104.hex pre-1.2.3: script: @@ -17,3 +18,4 @@ pre-1.2.3: paths: - dstat-firmware.hex - dstat-firmware.elf + - atxmega256a3u_104.hex -- GitLab