Revision 9d15ac7ae789c4bf797a72f7ef4e1ec07a3a3ec6 authored by Guillaume Revaillot on 16 October 2019, 14:48:09 UTC, committed by Karl Palsson on 04 January 2020, 21:53:34 UTC
1 parent db6237c
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