-
Notifications
You must be signed in to change notification settings - Fork 3
/
.travis.yml
executable file
·54 lines (42 loc) · 1.29 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
os:
- linux
language: python
python:
- 3.7
sudo: required
branches:
- master
- develop
- /^v.*$/
# Builds Test
env:
- PLATFORMIO_CI_SRC=examples/ardref-interrupt
- PLATFORMIO_CI_SRC=examples/ardref-polling
- PLATFORMIO_CI_SRC=examples/lib-interrupt
- PLATFORMIO_CI_SRC=examples/lib-polling
- PLATFORMIO_CI_SRC=examples/speed-interrupt
- PLATFORMIO_CI_SRC=examples/speed-polling
install:
- pip install -U platformio==4.1.0
- platformio platform install -f [email protected]
- platformio platform install -f [email protected]
script:
- platformio ci --exclude=lib/hall-switch/src/framework/raspberrypi --exclude=lib/hall-switch/src/framework/wiced-43xxx --lib="." --board=xmc1100_xmc2go --board=xmc1100_boot_kit --board=xmc4700_relax_kit --board=uno
jobs:
include:
- stage: "Deploy"
name: "GitHub Pages Deployment"
if: tag IS present
addons:
apt:
packages:
- doxygen
- graphviz
sources:
- ubuntu-toolchain-r-test
install:
- git clone https://github.com/Infineon/InfineonDoxyGenerator.git --branch v.0.2.1
script:
- cd InfineonDoxyGenerator
- python doxyifx.py html
- python doxyifx.py release $GH_USER $GH_PASS_TOKEN