Skip to content
Snippets Groups Projects
.gitlab-ci.yml 239 B
Newer Older
Jonas Leder's avatar
Jonas Leder committed
build_image:
Jonas Leder's avatar
Jonas Leder committed
  stage: build
  image: python:3
  before_script:
    - pip install -U platformio
  script:
    - pio run
    - mv .pio/build/mks_robin_nano35/Robin_nano35.bin Robin_nano35.bin
  artifacts:
    paths:
      - Robin_nano35.bin