Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7323ee10bd1d35d2d5de9baa38ce4f5c8f113d75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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