.gitlab-ci.yml 200 B
Newer Older
Michael DM Dryden's avatar
Michael DM Dryden committed
image: gcc:latest

before_script:
Michael DM Dryden's avatar
Michael DM Dryden committed
  - apt-get update -qy
  - apt-get install -y gcc-avr binutils-avr avr-libc
Michael DM Dryden's avatar
Michael DM Dryden committed
  
build:
  script:
    - cd DSTAT
    - make
  artifacts:
    paths:
      - DSTAT/*.hex