travis
This commit is contained in:
parent
ccbea97941
commit
7272edddbe
|
@ -1,6 +1,7 @@
|
||||||
notifications:
|
notifications:
|
||||||
email: true
|
email: true
|
||||||
|
|
||||||
|
os: linux
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -8,7 +9,7 @@ jobs:
|
||||||
include:
|
include:
|
||||||
|
|
||||||
- name: make (gcc-arm-none-eabi-7)
|
- name: make (gcc-arm-none-eabi-7)
|
||||||
script: make -e VARIANT=VARIANT_ADC
|
script: make
|
||||||
language: c
|
language: c
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in New Issue