1
0
mirror of https://github.com/whowechina/popn_pico.git synced 2024-12-03 18:47:22 +01:00
popn_pico/PCB/agg-kicad/.travis.yml

9 lines
114 B
YAML
Raw Normal View History

2022-08-22 15:51:48 +02:00
addons:
apt:
packages:
- python-yaml
language: generic
script:
- make check V=1
- make verify V=1