forked from EFeru/hoverboard-firmware-hack-FOC
travis
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user