Skip to content
Snippets Groups Projects
Commit b8a727c6 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Really fix gitlab-ci.

parent d2dfbd00
Branches
Tags
1 merge request!3Develop
Pipeline #71 passed with stage
in 18 seconds
......@@ -2,20 +2,18 @@ image: kalledk/docker-avr-toolchain
1.2.3:
script:
- cd src
- make
artifacts:
name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
paths:
- DSTAT/dstat-firmware.hex
- DSTAT/dstat-firmware.elf
- dstat-firmware.hex
- dstat-firmware.elf
pre-1.2.3:
script:
- cd src
- make BOARD_VER_MICRO=0
artifacts:
name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
paths:
- DSTAT/dstat-firmware.hex
- DSTAT/dstat-firmware.elf
- dstat-firmware.hex
- dstat-firmware.elf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment