image: mkdryden/avr-toolchain 1.2.3: script: - make artifacts: name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}" paths: - dstat-firmware.hex - dstat-firmware.elf - atxmega256a3u_104.hex pre-1.2.3: script: - make BOARD_VER_MICRO=0 artifacts: name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}" paths: - dstat-firmware.hex - dstat-firmware.elf - atxmega256a3u_104.hex