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

added CI

parent c8dbb8eb
Branches
Tags
1 merge request!2Add CI and changes to shutter
image: gcc:latest
before_script:
- apt-get upgrade -qy
- apt-get install -y gcc-avr binutils-avr avr-libc git
build:
script:
- cd DSTAT
- make
artifacts:
paths:
- DSTAT/*.hex
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