Revision dca79bfd7aac6f324ba6363fc6ae66a390bd70c7 authored by Karl Palsson on 06 March 2020, 01:11:45 UTC, committed by Karl Palsson on 06 March 2020, 01:11:45 UTC
1 parent 341bd84
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