Revision 88b32e3ac011fcf490a9303324bd82962f54e21b authored by Karl Palsson on 22 October 2019, 10:23:18 UTC, committed by Karl Palsson on 22 October 2019, 10:23:18 UTC
1 parent af05098
Raw File
.travis.yml
language: c
script:
  - make
  - make -C tests/gadget-zero

addons:
  apt:
    sources:
    - sourceline: 'ppa:team-gcc-arm-embedded/ppa'
    packages:
    - gcc-arm-embedded

notifications:
  irc:
    channels:
      - "chat.freenode.net#libopencm3"
    use_notice: true
back to top