travis
This commit is contained in:
parent
7272edddbe
commit
7ce7e29f34
|
@ -1,15 +1,14 @@
|
||||||
notifications:
|
notifications:
|
||||||
email: true
|
email: true
|
||||||
|
|
||||||
os: linux
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
jobs:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
|
|
||||||
- name: make (gcc-arm-none-eabi-7)
|
- name: make (gcc-arm-none-eabi-7)
|
||||||
script: make
|
script: make -e VARIANT=VARIANT_ADC
|
||||||
language: c
|
language: c
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
@ -27,7 +26,7 @@ jobs:
|
||||||
before_script: arm-none-eabi-gcc --version
|
before_script: arm-none-eabi-gcc --version
|
||||||
|
|
||||||
- name: make (gcc-arm-none-eabi-5)
|
- name: make (gcc-arm-none-eabi-5)
|
||||||
script: make -e VARIANT=VARIANT_ADC
|
script: make
|
||||||
language: c
|
language: c
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
@ -53,4 +52,4 @@ jobs:
|
||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
- platformio update
|
- platformio update
|
||||||
cache:
|
cache:
|
||||||
- directories: "~/.platformio"
|
- directories: "~/.platformio"
|
||||||
|
|
Loading…
Reference in New Issue