Revision 89074d6a13ed7febba04d3c421ce7bf2b7972156 authored by Brian Viele on 10 March 2020, 03:07:53 UTC, committed by Karl Palsson on 10 March 2020, 10:16:26 UTC
1 parent 4a11e35
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